Hi folks,
In order to help the interested folks get started quickly with the competition, I created
this Colab Notebook (it's an official part now!). Inside it you will find the following:
* Initial dataset preparation
* Dataset splitting (using the original training set)
* Training of a baseline model using the provided script
* Conversion of the trained checkpoints to a frozen inference graph
* Conversion to TFLite and inference
Please note that I have made use of the provided scripts substantially and I hope this Colab Notebook will be helpful in order to develop a good understanding of the challenge and what's expected in the final delivery.