tiny model struggles with long objects (>= 70% of img width) #8646
Replies: 2 comments
-
I was able to reproduce this problem by creating a dataset which contains those long object only. So this is definitivly a problem - at least for me. Reading a bit about this phenomen on yolov5(which does NOT have this problem) - it seems aspect ratio/anchor box related. I would be very happy for a workaround on this. In the meantime i tried yolov7, yolox, and yolov5. All of them are behaving fine on the same dataset with those long and thin objects. I am still a bit shocked that very few people have the same problem and its hard to find any material on this. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am training a custom dataset based on yolov4-tiny-3l.cfg, and its working pretty fine for most objects and i am happy with the results(compared to yolov7-tiny its waaaay better). However - the model constantly struggles with very long objects (70% of the image), even with custom anchors and padding the image.
This problem seems to happen across all the classes - so it seems to be a conceptional problem related to anchor boxes. Training with full yolov4 does not help.
@AlexeyAB
Any ideas or hints into the right direction would help, the rest i can try out myself.
Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions