Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.23 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.23 KB

TensorFlow_with_Colab_tutorial


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