-
Notifications
You must be signed in to change notification settings - Fork 689
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
The performance gap #59
Comments
Because this model is trained based on pytorch-0.4.1, you should also run the test based on pytorch-0.4.1. |
Thank you. |
I have tested the model with pytorch0.4.1 and pytorch 1.1. It's strange that those the output from pytorch0.4.1 is identical with the counterpart produced by pythorch1.1. Any details that I have missed ? |
Could you provide your testing settings and test the model on the val firstly? |
Yes. |
@MandyMo |
Thank you, I will evaluate it on val part. |
@MandyMo |
@MandyMo |
@MandyMo: have you re-produced the results? |
No, I didn't reproduce the proposed results. |
@MandyMo did you use the same settings? what are your results? |
@huangfuts could you tell how you solved it my mail id is [email protected] |
I suspect this is an error with how the model is loading, you need to explicitly map the model weights to your device, otherwise whatever weights are not mapped will be randomly initiated. See here for further info: https://pytorch.org/tutorials/intermediate/ddp_tutorial.html (this is my guess for now, I am working through these issues) |
I have dowonload the pretrained model 'hrnet_w48_cityscapes_cls19_1024x2048_ohem_trainvalset.pth' and evaluate it on cityscapes test dataset, the results are as bellow,
https://www.cityscapes-dataset.com/anonymous-results/?id=500275d541b67dd462afa9235b0fbe188e2fdd304e26d8f239a52a8bbfa2fb0d
while the mIoU (76.6%) is largely behind the proposed results (81.6%).
I don't know why, is there something wrong?
The text was updated successfully, but these errors were encountered: