akchobby / shuttle_tracking

A package that allows tracking badminton shuttles allowing to determine the speed
0 stars 0 forks source link

Tracking should be made robust #1

Closed akchobby closed 1 year ago

akchobby commented 1 year ago

The tracking currently requires a lot of tweaking and is not stable with the detected point jumping in frames

akchobby commented 1 year ago

Found an interesting method GOTURN neural net for object tracking , this can help in tracking the shuttle in a more efficient manner. Useful links

Repo:https://github.com/davheld/GOTURN#train-the-tracker Data repo: https://github.com/spmallick/goturn-files Tutorial : https://learnopencv.com/goturn-deep-learning-based-object-tracking/

Its usable out of the box via opencv > 3.2

akchobby commented 1 year ago

goturn has issues with opencv4.2 , the solution in this link seems to work

https://github.com/opencv/opencv_contrib/issues/2426