@A.Malathi wrote:
I recently read this well written article Practical -guide-object-detection-yolo-framework-python by Pulkit Sharma.
I wish to try Faster RCNN or YOLO frame work with out using their config files and pre-trained models and weights. I wish to start from the scratch like building the model, compiling the model, fitting the model with model .fit for training my data set(image, and xml file(bounding boxes). After running small number of epochs I wish to save the weights got by my custom model keras and then predict with model.predict. I appreciate your reply and links in this direction.
Posts: 1
Participants: 1