yolov7 icon indicating copy to clipboard operation
yolov7 copied to clipboard

Transfer Learning for Custom Object Detection

Open rut00 opened this issue 1 year ago • 1 comments

Greetings,

I'm attempting transfer learning on the YOLOv7 model to include custom objects alongside the existing 80 classes. Despite retraining the pre-trained model, the original classes reset post-training. I have also tried freezing the layers, and modifying config files, and hyperparameter files but I am not getting hold of pre-trained classes.

Please provide insight for the same.

rut00 avatar Apr 04 '24 14:04 rut00

The way you are following does not work with YOLO. You must add your new class data to the existing 80 classes dataset and train the model if you want to detect the newly added custom class with the existing 80 classes.

dsbyprateekg avatar Apr 05 '24 09:04 dsbyprateekg