-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add modelAPI to pedestian_tracker_demo #2654
add modelAPI to pedestian_tracker_demo #2654
Conversation
Can one of the admins verify this patch? |
Pls, rebase to the latest develop |
7a7cd8b
to
8293149
Compare
Jenkins ok to test |
b070026
to
781c0dd
Compare
demos/pedestrian_tracker_demo/cpp/include/pedestrian_tracker_demo.hpp
Outdated
Show resolved
Hide resolved
demos/pedestrian_tracker_demo/cpp/include/pedestrian_tracker_demo.hpp
Outdated
Show resolved
Hide resolved
5a9f8a8
to
4a3ddd1
Compare
pre-commit check failed |
demos/pedestrian_tracker_demo/cpp/include/pedestrian_tracker_demo.hpp
Outdated
Show resolved
Hide resolved
demos/pedestrian_tracker_demo/cpp/include/pedestrian_tracker_demo.hpp
Outdated
Show resolved
Hide resolved
caf80e1
to
17400d3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@VoronovaIntern please add 2021 to copyrights for affected files
Co-authored-by: Anzhella Pankratova <anzhella.pankratova@intel.com>
fae12f0
to
6a16ecb
Compare
Jenkins please retry a build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also add -at ssd to the sample command
./pedestrian_tracker_demo -i <path_video_file> \
-m_det <path_to_model>/person-detection-retail-0013.xml \
-m_reid <path_to_model>/person-reidentification-retail-0277.xml \
-d_det GPU
@vladimir-dudnik before me
done |
redesign demo to OMZ Model API approach