cvat-ai / cvat

Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for data of any scale.
https://cvat.ai
MIT License
12.45k stars 2.99k forks source link

Use different OpenCV tracker #6175

Closed realtimshady1 closed 1 year ago

realtimshady1 commented 1 year ago

How can I use different a different OpenCV tracker other than TrackerMIL?

It seems that there are a number of other available trackers:

  1. BOOSTING
  2. MIL
  3. KCF
  4. TLD
  5. MEDIANFLOW
  6. GOTURN
  7. MOSSE
  8. CSRT

I tried just replacing every 'TrackerMIL' with 'TrackerMOSSE' but I think more will be needed to switch to a different tracker

bsekachev commented 1 year ago

Hi @realtimshady1

Other trackers from OpenCV are not supported.

realtimshady1 commented 1 year ago

can this be an enhancement then?

alpha358 commented 1 month ago

Why not? Any suggestions on how to implement them?

Hi @realtimshady1

Other trackers from OpenCV are not supported.

realtimshady1 commented 1 month ago

I'm not quite sure, there's no longer a need for it but I do understand the code better since last year. So perhaps it can be looked into