btrack icon indicating copy to clipboard operation
btrack copied to clipboard

Custom Object detector for another domain

Open akshu281 opened this issue 4 years ago • 3 comments

Hello Author,

Could you please suggest if this Bayesian tracker can be implemented for another domain along with any deep learning based object detector.

If yes, can you please let me know if the input format of the object detection that has to be followed for running this tracking algorithm ?

Thank You !

akshu281 avatar Mar 19 '20 03:03 akshu281

Should work yes, there are details of the input format in the wiki

quantumjot avatar Mar 25 '20 09:03 quantumjot

Thank You. I have taken a look at that. Suppose I am using the JSON based inputloader as given below,

{ "Object_1": { "x": 554.29737483861709, "y": 1199.362071438818, "z": 0.0, "t": 862, "label": 0, "states": 1, "dummy": false } }

Here if I use the custom object detector, I just have to feed x and y to be the center of the bounding box and leave the z as is ? The label, states and dummy attributes should be altered or can be still retained the same way ?

akshu281 avatar Mar 30 '20 03:03 akshu281

Yes, that should work. Label, states and dummy can be left as in your example.

quantumjot avatar Mar 30 '20 08:03 quantumjot