How to run locally from GitHub
- [ ]
git clone https://github.com/majauhar/UpsideDownDetector.git - [ ]
cd UpsideDownDetector - [ ]
pip install -r requirements.txt - [ ]
python main.py --epochs=<Integer> --pretrained=[True/False]
git clone https://github.com/majauhar/UpsideDownDetector.gitcd UpsideDownDetectorpip install -r requirements.txtpython main.py --epochs=<Integer> --pretrained=[True/False]