kimyoon-young / centerNet-deep-sort

realtime multiple people tracking (centerNet based person detector + deep sort algorithm with pytorch)
GNU General Public License v3.0
591 stars 148 forks source link

RGB BGR conversion #3

Closed fabbrimatteo closed 5 years ago

fabbrimatteo commented 5 years ago

I think you need to convert BGR to RGB before feeding the network. Here:

https://github.com/kimyoon-young/centerNet-deep-sort/blob/aaa0e21e6d56af9f11a9f4a51a69d2dd0e1325e0/demo_centernet_deepsort.py#L67

kimyoon-young commented 5 years ago

You are right. I modified that line. Thank you!