Ning-Ding / Implementation-CVPR2015-CNN-for-ReID

Implementation for CVPR 2015 Paper: "An Improved Deep Learning Architecture for Person Re-Identification".
MIT License
147 stars 71 forks source link

Error with "tf.python.control_flow_ops = tf" #24

Open ghost opened 7 years ago

ghost commented 7 years ago

Hello, firstly thanks for your effort! when i'm trying to redo the re-id project with your code(marked1501), i encountered an error given as followed:

Traceback (most recent call last):
  File "/home/abner/CVPR2015-CNN-for-ReID/market1501/model_for_market1501.py", line 6, in <module>
    tf.python.control_flow_ops = tf
AttributeError: 'module' object has no attribute 'python'

I have tried my best but can't solved it. I'm wondering if you can give me a hand! Thanks again!

Ning-Ding commented 7 years ago

Sorry, the code for Market 1501 has not been updated yet. I just suffered from some really busy weeks. Now I got some time and would continue to update the code. Please wait for some days, I will take some time to update the code for Market 1501 part.