sunshuofeng / MyReidProject

29 stars 5 forks source link

reid_model #1

Open sunset233 opened 3 years ago

sunset233 commented 3 years ago

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?

sunshuofeng commented 3 years ago

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?

sunset233 commented 3 years ago

image

sunset233 commented 3 years ago

Thanks for you reply!

sunshuofeng commented 3 years ago

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

sunshuofeng commented 3 years ago

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

sunset233 commented 3 years ago

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.

sunshuofeng commented 3 years ago

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

This is the download method provided by this library