syfafterzy / SVDNet-for-Pedestrian-Retrieval

Code for https://arxiv.org/abs/1703.05693
138 stars 47 forks source link

Hi, errors when training train_RRI.sh #11

Open cuih0001 opened 6 years ago

cuih0001 commented 6 years ago

I have trained the basemodel successfully. However, when I train_RRI.sh, I got so many errors:

image

image

image

image

The lmdb data is fine, since I have trained the basemodel. I really do not know what is wrong. It bothers me for a long time. Hope you can help me. Thanks.

ghost commented 6 years ago

@cuih0001 I think this problem is caused by path, and you can try to write absolute path.

Check you lmdb path again.

Good luck to you!

cuih0001 commented 6 years ago

@Simon4john Thanks for your reply. I have changed to absolute path but it did not work. I guess it caused by calling Matlab in the for loop. But I have compiled matcaffe before I run train_RRI.sh. Really do not know what to do next?

ghost commented 6 years ago

Ops! I see your error message, and I agree with you that the error lies in matcaffe. I suggest you recompile matcaffe interface again, and I suggest using official caffe.

Good luck!

cuih0001 commented 6 years ago

@Simon4john Yes, I recompiled matcaffe and also use official caffe, but still cannot solve this. Anyone know this issue and can give some suggestions. Thanks a lot.