Multitarget-tracker icon indicating copy to clipboard operation
Multitarget-tracker copied to clipboard

How could I use custom detector ?

Open mx2013713828 opened this issue 10 months ago • 2 comments

Thanks for your great work! thats amazing !!

I just want tracking object and use our custom detector . I have bbox result ,so how could I apply your project for tracking my detection resul? I think you can give me some useful advice!~

Wating for your reply :smile:

mx2013713828 avatar Apr 23 '24 06:04 mx2013713828

Hi! Yes, you can use custom detector. A simple way - derive from VideoExample class like this: https://github.com/Smorodov/Multitarget-tracker/blob/master/example/examples.h Or you can convert your detections to this format: typedef std::vector<CRegion> regions_t;

Nuzhny007 avatar Apr 26 '24 13:04 Nuzhny007

Hi! Yes, you can use custom detector. A simple way - derive from VideoExample class like this: https://github.com/Smorodov/Multitarget-tracker/blob/master/example/examples.h Or you can convert your detections to this format: typedef std::vector regions_t;

Thanks for your reply! I am trying~

mx2013713828 avatar May 06 '24 03:05 mx2013713828