When should one train YOLOv5 on custom dataset or use standard COCO weights?
I am running a YOLOv5 detector on the below video to detect persons in the stream.
It is giving me satisfactory response.
I need to know if I should train the model on my custom dataset, or continue to use the standard weights given in the Ultralytics Github repo.
When should one train the model on their custom data?
Also how many annotated images should I arrange if I want to train on my custom dataset?
Topic yolo computer-vision deep-learning
Category Data Science