I want to build a YOLO model by training on a set of images (training set). Then save the best model by validation loss (Like Tensorflow Checkpointer). Finally, I want to use it for predictions.
How can I implement this? I am a bit unclear about the training phase and using the saved trained model. Any help is appreciated!
Thank you in Advance.