openvinotoolkit/open_model_zoo
View on GitHub[Suggestion] Improve Pedestrain Trackor C++ Demo
Open
#2,260 opened on Mar 31, 2021
demofeaturehelp wanted
Repository metrics
- Stars
- (3,759 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Hi, OpenVINO guys, I learn a lot from your Pedestrain Trackor demo, however I wonder why some intel model can't be supported in this demo. Such as person-detection-0203, person-detection-0106. Only person-detection-0201/0202 are supported.
I notice it's because the detection output is a little different, could you please improve the demo to let's try more detection models, because I want to try cascade-RCNN model to get better accuracy.
Thanks.