LSD-seg icon indicating copy to clipboard operation
LSD-seg copied to clipboard

synthia_mapped_to_cityscapes(labels)

Open bjchen666 opened this issue 6 years ago • 12 comments

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

bjchen666 avatar Jul 24 '18 05:07 bjchen666

Hi, this (code to generate the data) will be uploaded in 2-3 days.

On Tue, Jul 24, 2018 at 1:53 AM, gshdong [email protected] wrote:

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/swamiviv/LSD-seg/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/AGWIeM1BRm5gPFFFLFZPsA1BF5XMvsM1ks5uJrZDgaJpZM4VcH7v .

-- --Swami

swamiviv avatar Jul 24 '18 05:07 swamiviv

@swamiviv Thanks!

bjchen666 avatar Jul 24 '18 06:07 bjchen666

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

bjchen666 avatar Aug 09 '18 03:08 bjchen666

@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.

YifeiAI avatar Sep 06 '18 13:09 YifeiAI

+1

mathfinder avatar Sep 28 '18 11:09 mathfinder

Any update on this issue?

mfaraki avatar Oct 13 '18 09:10 mfaraki

Hi, I have changed org so things have been slow. The results are very much reproducible as shown in this thread: https://github.com/swamiviv/LSD-seg/issues/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

swamiviv avatar Oct 13 '18 13:10 swamiviv

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.

fabioperez avatar Apr 15 '19 14:04 fabioperez

@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 avatar Aug 05 '19 08:08 aserdega

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

aserdega avatar Aug 06 '19 07:08 aserdega

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: https://github.com/swamiviv/LSD-seg/blob/e373e896be2de7b8c4a0bfa2a7ab0efc924836fd/code/eval_cityscapes.py#L55

fabioperez avatar Aug 06 '19 11:08 fabioperez

@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?

yingzicy avatar Dec 20 '19 00:12 yingzicy