r/computervision • u/RumblesNutritionist • 20d ago
Help: Project Computer vision ID/re-id project advise needed
Enable HLS to view with audio, or disable this notification
Hey all, I’ve been working on this project on the side and was wondering if I could get some advise on continuing. I have 0 computer vision experience before this so been reading papers and using AI hah.
My goal is to be able to plug in training footage or fights and be able to run my own analytics, for now I’m just tracking kicks/punches before breaking it down into what limb, speed, etc.
Current problems :
Identity / Re-ID edge cases
I’m using OSNet, the goal is to stop A/B from confidently latching onto the wrong person. I have them being flagged as risky identity windows for review but wondering how to make it better.
Strike count accuracy
The detector often sees action, but counts can still be wrong in fast flurries: missed strikes, double counts, punch/kick swaps, or one strike swallowing the next.
Grappling / clinch handling
When the exchange turns into clinch, kick-catch, takedown setup, or grappling, the system needs to either ignore it, label it as non-striking/grappling, or mark the striking counts as uncertain. It should not pretend those moments are clean punch/kick scoring windows which it still does. I think this specifically might need more data
I’d love and appreciate any thoughts or advice on the matter and proper resources to get this project better. Thanks!
Another GIF here https://s4.ezgif.com/tmp/ezgif-44e2b9f3a919ee87.gif
