MyReidProject icon indicating copy to clipboard operation
MyReidProject copied to clipboard

reid_model

Open sunset233 opened this issue 4 years ago • 7 comments

Hello,Thanks for your great work, I am running your code that found train.py there exists an unimplemented module reid_model, or I missed something, can you help me to find out what happened?

sunset233 avatar Sep 02 '21 13:09 sunset233

I'm really sorry, it should be my fault. I was updating the code recently, so SOMETIMES I didn't have time to test. Could you please paste the screenshot of the error, and which train.py you run? video or image?

sunshuofeng avatar Sep 03 '21 02:09 sunshuofeng

image

sunset233 avatar Sep 03 '21 02:09 sunset233

Thanks for you reply!

sunset233 avatar Sep 03 '21 02:09 sunset233

oh!A very stupid mistake! My fault! In do_eval function , you can change self.reid_model to self.model

sunshuofeng avatar Sep 03 '21 02:09 sunshuofeng

If you get another error, you can go to the Kaggle Notebook address I provided to see the correct code, because I don't have a local server, so I sometimes have trouble finding errors in code posted on Github

sunshuofeng avatar Sep 03 '21 03:09 sunshuofeng

In Kaggle notebook, there exists an error that I have confirmed I can ping to github.com. image Then, I changed the url: https:// -> git:// , the error still exists: image how can I solve the error, Thanks a lot for reply.

sunset233 avatar Sep 06 '21 13:09 sunset233

!pip install git+https://github.com/pabloppp/pytorch-tools -U

This is the download method provided by this library

sunshuofeng avatar Sep 06 '21 13:09 sunshuofeng