levan92 / deep_sort_realtime

A really more real-time adaptation of deep sort
MIT License
166 stars 51 forks source link

What is object_detector and how to use it? #54

Closed Rich2020 closed 4 months ago

Rich2020 commented 4 months ago

Hi!

In the example code there is this line:

bbs = object_detector.detect(frame)

but object_detector is not described anywhere. Can we use any object detector that returns ([x,y,w,h], conf, class)?

Is there a complete example somewhere?

levan92 commented 4 months ago

Yup, just make sure the inputs are formatted as expected (refer to the comment in the example code or you can take a look at the source code).