-
Notifications
You must be signed in to change notification settings - Fork 157
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
Performance issue of images in Val set of Cityscapes #30
Comments
The mIoU results are from official papers and pretrained weights from official repo. I haven't tested each of them with my codebase. Though evaluation image size should be 1024x2048 for DDRNet. And I don't remember are there any more parameters you need to change. |
I have tried both your provided one "ddrnet_23slim_city.pth" and the one in the official paper. They produced the same results, which are 41.49%. I've also tried to set the image to different size. For image size of [2048, 1024], I get lower accuracy, while if I change it to [1024, 2048], I received the same result. |
Hello, sorry for late. I will evaluate the model and see if there is an issue with my implementation. |
你好,方便提供cityscapes数据集的DDR23slim的预训练权重吗?邮箱2358919283@qq.com |
你好,请问我在使用DDR模型遇到这个错误‘RuntimeError: transform: failed to synchronize: cudaErrorIllegalAddress: an illegal memory access’,请教一下遇到这样子错误吗?网上搜有说pytorch版本,还有标注文件 / 标签 等没有设置正确 |
Hi,
I have used your provided pretrained model of DDRNet23 slim on Cityscapes dataset. However, for the validation set, I have only reached 41.49% mIoU instead of 77.8%. Did I forget to tune any parameters?
The text was updated successfully, but these errors were encountered: