1. Setup the environment : Run` pip install -r requirements.txt` to set up env
- Run
sh setup.sh
to download the data - Download the gtsdb tfrecords created from here
- Run convert_format.py to create the test files for the notebook
The code uses Tensorflow Object Detection API (which is included in the repo), the instructions to run code can be found here