Google Colab *.ipynb scripts to use
TensorFlow object detection API.
demo_1.ipynbuses existing pre-trained model from the model zoo.demo_2.ipynbdescribes 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.ipynbcreates and trains (transfer learning) a new model totally inside Google Colab.demo_4.ipynbworks with user's dataset.