zlmzju / part_reid

Code for ICCV2017 paper: Deeply-Learned Part-Aligned Representations for Person Re-Identification
123 stars 50 forks source link

about data layer #5

Closed zw-shen closed 6 years ago

zw-shen commented 6 years ago

Firstly, thanks your great work! but i cannot use your python layer to train my model. it will stop when cv2 reading one image. could you give me some help about this? thanks

ittefaq11 commented 6 years ago

Were you able to resolve this and train a model based on this repo ?

zlmzju commented 6 years ago

@bea-tree , I guess you are using multiple versions of opencv. Similar errors occur in cv2.imread() when I have different versions of opencv-cpp and opencv-python. You can resolve the problem by installing the same version of opencv in your system.