Skip to content
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

synthia_mapped_to_cityscapes(labels) #6

Open
bjchen666 opened this issue Jul 24, 2018 · 12 comments
Open

synthia_mapped_to_cityscapes(labels) #6

bjchen666 opened this issue Jul 24, 2018 · 12 comments

Comments

@bjchen666
Copy link

I can not find the synthia_mapped_to_cityscapes(labels) in dataset. Who can help me?

@swamiviv
Copy link
Owner

swamiviv commented Jul 24, 2018 via email

@bjchen666
Copy link
Author

@swamiviv Thanks!

@bjchen666
Copy link
Author

@swamiviv Has the code that generates the data been updated?

@YifeiAI
Copy link

YifeiAI commented Sep 6, 2018

@swamiviv could you please update the synthia_mapped_to_cityscapes(labels) script? I couldn't reproduce the result claimed in your paper when I use my own script for mapping the classes.

@mathfinder
Copy link

+1

@mfaraki
Copy link

mfaraki commented Oct 13, 2018

Any update on this issue?

@swamiviv
Copy link
Owner

Hi, I have changed org so things have been slow. The results are very much reproducible as shown in this thread: #4

Meanwhile, the label mapping is very similar to what's being done in similar repos we have compared in the paper such as: https://github.com/YangZhang4065/AdaptationSeg?files=1

@fabioperez
Copy link

I could reproduce the paper with mIoU of 34.42.

To make the labels coherent, I used this script and changed the paths in the GT files.

I converted both SYNTHIA and CITYSCAPES labels. During evaluation, I had to delete this line since the new GT files already had the same labels.

@aserdega
Copy link

aserdega commented Aug 5, 2019

@swamiviv, could you please share the code for mapping SYNTHIA labels to cityscapes with me?
I am working on paper and wish to cite your work, however I can not reproduce the experiment without synthia_mapped_to_cityscapes labels =(
Thank you in advance!

@aserdega
Copy link

aserdega commented Aug 6, 2019

@fabioperez, Hi, do you still have your modified code for training and label mapping?

@fabioperez
Copy link

These are the files that I used: https://gist.github.com/fabioperez/0ea329e86ee5c695d1faccc806ed2d7b

The idea is to map the labels from different datasets to the same IDs. I also had to delete the following line since there the label conversion was performed offline:

label = label_mapping(label, mapping)

@yingzicy
Copy link

@fabioperez, Hi, I found your script very helpful. I downloaded RAND-CITYSCAPES for synthia dataset from the website but found that images are not available, I mean, the folder only includes depth images. Any suggestion?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants