A two-stream Re-id CNN network
Paper: https://arxiv.org/abs/1701.07732
-
Models:
The folder holds all trained models
-
ExtractFeatures:
Shows how to extract features using our model
-
Fusion:
Shows how to merge two pertrain Caffe Models into one two-stream network
-
DataMaker:
Shows how to generate poseBox data based on pose estimation results and how to prepare hdf5 data for our model training
finish how-to-training part