We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
博士您好!我直接从百度网盘下载了veri776_reid.pth文件,用了您的预训练模型,最后的效果很不好,不知道什么原因。
The text was updated successfully, but these errors were encountered:
我也遇到了这个问题,使用veri776_reid.pth直接测试,mAP只有41.66%,不知道是哪里的问题
Sorry, something went wrong.
您好,请问您最近也是在做PVEN代码复现的工作吗?可以加个QQ2587619575交流一下吗?
我刚才测试了下没有问题。 你们可以检查下生成的mask是否正常。
PVEN/vehicle_reid_pytorch/data/__init__.py中的preprocessing = demo_trans.get_preprocessing(mean=(0.5, 0.5, 0.5), std=(0.5, 0.5, 0.5))修改为之前的版本preprocessing = demo_trans.get_preprocessing()应该就好了
PVEN/vehicle_reid_pytorch/data/__init__.py
preprocessing = demo_trans.get_preprocessing(mean=(0.5, 0.5, 0.5), std=(0.5, 0.5, 0.5))
preprocessing = demo_trans.get_preprocessing()
No branches or pull requests
博士您好!我直接从百度网盘下载了veri776_reid.pth文件,用了您的预训练模型,最后的效果很不好,不知道什么原因。
The text was updated successfully, but these errors were encountered: