Open sunset233 opened 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?
Thanks for you reply!
oh!A very stupid mistake! My fault! In do_eval function , you can change self.reid_model to self.model
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
In Kaggle notebook, there exists an error that I have confirmed I can ping to github.com. Then, I changed the url: https:// -> git:// , the error still exists: how can I solve the error, Thanks a lot for reply.
!pip install git+https://github.com/pabloppp/pytorch-tools -U
This is the download method provided by this library
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?