I have a couple questions about transfer learning.
-
I trained a new Yolo11 fast model and chose COCO as the starting checkpoint. When I test the model with say a person, they are not detected, even though that is a class within COCO. Am I miss understanding something? I expect to be able to detect classes within COCO dataset if I use a YOLO model trained on COCO as a starting point. Note: I did this all from the Roboflow web interface.
-
How can I extend the learning of a class in the COCO dataset. For example. The COCO dataset is trained on birds. Can I train a new model on Roboflow, use COCO model as the starting point and extend training for bird class with new images of my own?
Thanks.