Code Example - KIMDAWUN/DOJumpShot GitHub Wiki
- Number of images: 2800
- Training steps: 4000
- Learning rate: 0.01
- Testing percentage: 10% of Dataset
- Validation percentage: 10% of Dataset
- Train batch size: 100
- Test batch size: entire test set
- Validation batch size: 100
1. Remove unnecessary nodes ( DOJumpShot/Retrain/strip_unused.py )
2. Convert into TFLite
1. Upload the mobilenet_v2_2800.lite and label.txt created as a result of retrain and optimization.
2. Classifies a frame from the preview stream.
3. If jump accuracy exceeds the value of threshold, take a picture automatically. (Threshold: 0.9)