Skip to content

Latest commit

 

History

History

01_training_script

Google Colab *.ipynb scripts to use TensorFlow object detection API.

  • demo_1.ipynb uses existing pre-trained model from the model zoo.
  • demo_2.ipynb describes the process of creating your own dataset and training (transfer learning) a new model using Google Drive. Must have around 1.5 Gb of free space on your Google Drive.
  • demo_3.ipynb creates and trains (transfer learning) a new model totally inside Google Colab.
  • demo_4.ipynb works with user's dataset.