This tutorial will guide you through all the steps required for object recognition model training, from collecting images for the model to testing the model!
Link to tutorial!
Upcoming in Part2 (of the tutorial):
- Calculating mAP (mean average precision) using eval.py
- Converting saved model to tflite model
- Common issues and fixes