-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
How to evaluate the Classification Performance on Cityscapes? #240
Comments
Thanks for the reply. |
@phillipi could you provide a script for that? |
@junyanz Which parameters did you use for training FCN-8s on cityscape dataset? I what to reproduce this result on pytorch. Thank you. |
I want to evaluate cityscapes datasets,because I try to reproduce the fcn score results from pip2pip by using https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix code. |
@hshihua Hello, I have the same question as you. Have you solved it? How to convert those color label into gray label (or TrainId) easily? Thanks a lot. Looking forward to your reply. |
I wonder, did you solve it? I have the same issue on my side and look forward to your reply |
Thanks for the awesome work.
And I have realized the FCN-score on Cityscapes mentioned in the pix2pix and cyclegan papers. Regarding to Classification Performance stated in papers, I think the main work is replacing the color pixels of generated label with trainId, so for each generated label, I use two loops (W=2048 and H=1024), however it requires huge computation resource which is unrealistic. I am wondering how can you evaluate the Classification Performance with a easy way. I am very appreciated if you will share me a copy of the code.
Best,
The text was updated successfully, but these errors were encountered: