You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for sharing the code! I am trying to run the segmentation task, and I am really confused about the segmentation labels.
What code do you run to transfer the original colored ground truth images of GTAV into the grayscale images with the 20 classes that you report on?
The same question about Cityscrapes - the dataset has 33 classes. How do you turn them into 20?
The text was updated successfully, but these errors were encountered:
I wrote two gists to convert GTAV and Cityscrapes labels to the format that MCA_DA expects. The links I used for the mappings are referenced in the gists.
mapping=np.array(info['label2train'], dtype=np.int) # Not use
) This way does not consume your data capacity because you can use the original dataset (do not have to prepare the dataset whose class ids are converted).
Thank you for sharing the code! I am trying to run the segmentation task, and I am really confused about the segmentation labels.
What code do you run to transfer the original colored ground truth images of GTAV into the grayscale images with the 20 classes that you report on?
The same question about Cityscrapes - the dataset has 33 classes. How do you turn them into 20?
The text was updated successfully, but these errors were encountered: