this post was submitted on 17 Nov 2023
1 points (100.0% liked)

Machine Learning

1 readers
1 users here now

Community Rules:

founded 1 year ago
MODERATORS
 

Let’s say I have trained my OD on the Coco dataset. Which choice of OD would be the best to finetune my model on a limited dataset of additional classes in a specific domain of images (Let’s say 1000 instances per class).

Would Yolov8 be a good choice? Are there even any benchmarks for this? Should I just look for the highest AP on Coco/Pascal?

top 1 comments
sorted by: hot top controversial new old
[–] xsouxsou29@alien.top 1 points 11 months ago

From my experience, yolov5 is better on classes with less examples compare to yolov8. I cannot really explain it, but my guess are the weights in the loss that heavily favor bbox parameters over the class loss. Nowadays it is fairly easy to test different architectures, so do the test by yourself, you'll have an answer that will be more precise than what you can find here :)