Implementation-CVPR2015-CNN-for-ReID
Implementation-CVPR2015-CNN-for-ReID copied to clipboard
Implementation for CVPR 2015 Paper: "An Improved Deep Learning Architecture for Person Re-Identification".
When tried to run model-for-market1501.py after the h5 file was made, this error showed up. Keras and other libs are installed Using TensorFlow backend. default dim order is: tf please...
Dear author, I came across a problem while compiling your code. I ran " python main.py --dataset cuhk-03.h5, to get the following error. A lot of efforts were paid to...
i download your code and find there is a variable: **Unresolved reference 'f'** in function random_test() in make_hdf5_for_market1501.py so i can not run your code successfully.
The loss I trained on the CHUK03 data set is: loss: 0.0057 - acc: 0.9997 - val_loss: 0.0048 - val_acc: 1.0000 Itrained 5500 epoch. the result of CMC is not...
my result is [0.03] number 1 in 10 [0.03, 0.03] number 2 in 10 [0.03, 0.03, 0.03] number 3 in 10 [0.03, 0.03, 0.03, 0.03] number 4 in 10 [0.03,...
please help me solve this problem: File "main.py", line 460, in validation_steps=1) File "/home/omnisky/anaconda3/envs/zhaoyin_env/lib/python3.6/site-packages/tensorflow/python/keras/engine/training.py", line 1509, in fit validation_split=validation_split) File "/home/omnisky/anaconda3/envs/zhaoyin_env/lib/python3.6/site-packages/tensorflow/python/keras/engine/training.py", line 953, in _standardize_user_data K.get_session().run(x.initializer) File "/home/omnisky/anaconda3/envs/zhaoyin_env/lib/python3.6/site-packages/tensorflow/python/keras/backend.py", line 461,...
Hello, Author. I have this problem in Market 1501. import tensorflow as tf tf.python.control_flow_ops = tf When I corrected this mistake in my own way, the following problems arose: now...
已经解决啦谢谢
@Ning-Ding @prashanthbasani @wangbm HI guys thanks for the wonderful work , just wanted to know after running the model how to test it , i donot see any test.py file...
Hi. I tried to run main.py for cuhk03,but I met a problem.Additionally,my tensorflow version is 1.4.0,keras is 2.0.8,python is 3.6.2 and cuDNN is 6.0.I really don't know how to solve.Thanks...