scanner-research / scanner

Efficient video analysis at scale
https://scanner-research.github.io/
Apache License 2.0
615 stars 108 forks source link

Add Open-ReID example using PyTorch #217

Closed quanhua92 closed 6 years ago

quanhua92 commented 6 years ago

In this PR, I added a Dockerfile to build PyTorch and install Open-ReId (https://github.com/Cysu/open-reid). Basically, we can use Open-ReID to extract the deep features for each human in the frame.

In reality, we are leverage the current OpenPose detection from pose_detection example to get the human bounding boxes. However, for simplicity, I've just extract the features for the entire frame.

More detailed information are in the Readme.md in this PR.

fpoms commented 6 years ago

This looks great! I'll take a look at it soon. Thanks for the contribution.

fpoms commented 6 years ago

LGTM!