-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
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
Why do testnet.py test results (AP,AP50,AP75,APm,APs,APl) all go to 0? #38
Comments
Hi, please consider to provide more details about your experimental setting (e.g. your PyTorch version, your cuda version, the task you are working on and so on). If possible, you are welcome to provide your training log. Only with more details could I give you more help. |
Hi,This is my training log.The environment is configured as required on GitHub
…------------------ 原始邮件 ------------------
发件人: "krumo/Domain-Adaptive-Faster-RCNN-PyTorch" ***@***.***>;
发送时间: 2022年4月18日(星期一) 晚上6:14
***@***.***>;
***@***.******@***.***>;
主题: Re: [krumo/Domain-Adaptive-Faster-RCNN-PyTorch] Why do testnet.py test results (AP,AP50,AP75,APm,APs,APl) all go to 0? (Issue #38)
Hi, please consider to provide more details about your experimental setting (e.g. your PyTorch version, your cuda version, the task you are working on and so on). If possible, you are welcome to provide your training log. Only with more details could I give you more help.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Unfortunately I cannot find where you place your training log. Could you upload it again? |
I realized that maybe the weights were not loaded during the test, so the AP value tended to be 0, but I did write it in. |
In the training log, we could observe that after training the final model is tested on Foggy Cityscapes val and a performance of ~39.8 mAP@50 is obtained. Did you follow the README.md to run |
Yes, I followed the tutorial. I know the training results are fine, but the test results don't know why. |
I tried writing the weight path directly to default.py, and the result was the same. |
It seems the training process is okay. Could you also upload your test log here? |
ok. |
OK |
打扰您了,我最近在学习这个方向相关的知识,在复现代码的是时候遇到了一些问题,或许可以加一下您的微信请教一下吗,如果可以的话,非常感谢 |
For example ('AP',2.2241e-05)
The text was updated successfully, but these errors were encountered: