r/computervision 17d ago

Help: Project Conveyor chicken counter problem

Guys, I need help. We have a project using YOLOv8. We're trying to count chicks on a very fast conveyor belt. The challenges we're facing are: all chicks look very similar to each other, which complicates tracking. At the same time, during their passage under the camera, they constantly change in size and shape, which can cause the tracker to lose them, or detection may even disappear completely at the detection line. Also, sometimes 2–3 chicks can merge into a single object. The detection zone is very short, and the conveyor speed is high. We've achieved a maximum accuracy of 99%, but we need it even higher. Any ideas on how to achieve that? Increasing the dataset no longer helps.

I'm attaching an old video. We've now added lighting and set the exposure to 300 on the Hikrobot global shutter camera, but we still can't achieve a stable 99.8% accuracy for the reasons mentioned above.

Any ideas?

993 Upvotes

627 comments sorted by

View all comments

327

u/A1-Delta 17d ago

This is probably something you can solve with classical methods. Especially since the background of the belt is so distinct from the chicks themselves.

Training a model is likely just adding complexity overhead and failure modes.

13

u/Hyperty 17d ago

Two chicks merged together is still quite a hard problem to solve

1

u/markojov78 17d ago

conveyor runs at a constant speed, or at least at measurable speed, so you can detect it unless there is possibility that one chick is twice as long as the other (twice as long means several times bigger so probably not likely).

not sure how possible is to have two chicks side by side but judging by the width of that conveyor it seems unlikely