git clone https://github.com/CEPrE-Unilurio/underwater_od.git
make setup
make download_models
you should do this if and only if you do not have the pre-trained model already in you machine
this code will save the pre-trained model insideunderwater_od/ai4coral/pre-trained-models/
make model_name=ssd_mobilenet_v2_fpnlite train
make model_name=ssd_mobilenet_v2_fpnlite eval
you should run this in parallel to model training
make model_name=ssd_mobilenet_v2_fpnlite monitor
you should run this in parallel to model training and model evaluation
make model_name=ssd_mobilenet_v2_fpnlite export_to_tflite_graph
make model_name=ssd_mobilenet_v2_fpnlite convert_to_tflite
use make clean
to clean up images and stoped containers, why?
well, you will need it when you are run out of space trust me I am an engineer ...