Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 820 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 820 Bytes

DukeMTMC-Pose

Pedestrian Pose for DukeMTMC-reID(Python and Matlab API)

Data

18 pedestrian body points have been included in result folder.

File Description
gallery_points.json The points of gallery images.
train_points.json The points of training images.
query_points.json The points of query images.

We generated the pose by OpenPose. Thank their great works.

(Note that value is null if the point has not been detected.)

API

python: python_demo.ipynb

matlab: matlab_demo.m

License

Please refer to LICENSE_DukeMTMC.txt and LICENSE_DukeMTMC-reID.txt.