You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2022. It is now read-only.
I can think of these config files that are currently used by code in our repo:
src/jetson/config.json - arguments for main.py
src/db/login.json - login information for our MySQL server and the HELPS machine (for image transfer)
scripts/params.json - hyperparameters to use when training the classifier in goggle_classifier
I know other repos would usually have default/suggested values in these kinds of files so that people who fork the repo know what information they need without having to look at the code itself. Should we do the same thing, given that this repo will be in stasis for a bit?
I'm concerned that the files would change any time someone pushes new code, which would be tedious each time we update our forks and have to re-update our config files. Also, usernames and passwords (login.json) obviously shouldn't appear in the repo ever, but it's possible that someone accidentally includes their credentials in a commit/PR, especially if they're new to Github.
I can think of these config files that are currently used by code in our repo:
src/jetson/config.json - arguments for main.py
src/db/login.json - login information for our MySQL server and the HELPS machine (for image transfer)
scripts/params.json - hyperparameters to use when training the classifier in goggle_classifier
I know other repos would usually have default/suggested values in these kinds of files so that people who fork the repo know what information they need without having to look at the code itself. Should we do the same thing, given that this repo will be in stasis for a bit?
I'm concerned that the files would change any time someone pushes new code, which would be tedious each time we update our forks and have to re-update our config files. Also, usernames and passwords (login.json) obviously shouldn't appear in the repo ever, but it's possible that someone accidentally includes their credentials in a commit/PR, especially if they're new to Github.