I have previously custom trained the yolov3 model for detection of a single class i.e tomato. The yolov3_training_last.weights file is around 200MB. Now i want to load the model in an android app similar to this repo. For this, I want the model’s binary file to be in tfjs format. How can i do that?
Do I have to retrain the model again? Any help is appreciated.
1