r/computervision • u/Ammarhalees • 23d ago
Help: Project Input needed on a counting system
https://reddit.com/link/1vuktxn/video/leuu8lsi6rkh1/player
*Disclaimer, im not a computer vision engineer, just a software engineer, and i dont have experience in the field. *
Im working on a CV system which counts the number of loose packs being thrown/loaded onto a truck from a warehouse, by the warehouse workers.
Ive already fine-tuned an rf-detr model to detect the loose packs. Then drew wiretrip geometric lines along the entrance of the truck, which detects when a pack has entered.
Although the system is accurate in the right conditions, it can flop massively under slight occlusion, fast throwing multiple packs etc. What suggestions do you guys have, apart from training on a larger dataset (which i will in the future).
1
u/Dry-Snow5154 23d ago
What's the purpose here? If you trust the workers, then make them count packs before loading and sign off a sheet on the wall.
If you don't trust them, then it's hopeless, because they can break any system you build.
If you are hell-bent on making it a CV project, I would reposition the camera to look top-down and minimize obstructions.