OpenVehicleReID
OpenVehicleReID copied to clipboard
strong Vehicle Re-ID baseline framework.
I meet a question? /home/eini/anaconda3/lib/python3.6/site-packages/torch/optim/lr_scheduler.py:82: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to...
如果有,论文名字是什么?我想在此基础上作一下改进,用你的结果当作baseline
When I run demo_ wild.sh An error occurred /home/eini/anaconda3/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:82: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()`...
Thanks a lot for your great work! I learn quite much from you code. I have a question about optim.py, line67 has a function getattr, however I couldn't find them...
ERROR:not all arguments converted during string formatting in line 39
您好,我想问一下这个代码所采用的算法有没有相关的论文可供阅读参考,如能提供的话麻烦您回复!万分感谢!
您好,我想请问一下在训练VehicleID数据集的时候都用到了哪些特征?我看处理的时候还是用了摄像头id这个特征,但是原数据集并没有提供这个特征。