Created
July 29, 2020 05:35
-
-
Save Praveen76/10b6b975ee92d17ef0f32b9bf13e7413 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python keras_retinanet/bin/train.py --freeze-backbone | |
--random-transform \ | |
--weights {PRETRAINED_MODEL} | |
--batch-size 8 | |
--steps 500 | |
--epochs 15 | |
csv maskDetectorData.csv maskDetectorClasses.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment