A keras version of real-time object detection network: mobilenet_v2_ssdlite
the pretrained weights file in the 'pretrained_weights' folder
the model structure in the 'model' folder
the train and inference process in the 'experiments' folder
Firstly, add the root folder to your PYTHONPATH: cd mobilenet_v2_ssdlite_keras && export PYTHONPATH=$PYTHONPATH:$(pwd)
.
Then, simply run python train.py