mcordts / cityscapesScripts

README and scripts for the Cityscapes Dataset
MIT License
2.19k stars 608 forks source link

The submission keeps showing pending status #150

Closed lih627 closed 3 years ago

lih627 commented 3 years ago

Hello,

I submitted a result for pixel-level segmentation. And I found the gray image format error in my submission(the gray image is 3-channel). The status is always 'pending'.

Does the next evaluation run in the order of submission, which means that the next evaluation can only be started after the current evaluation ends.

And for the trainID convert to labelID, there are some different labelIDs that map to the same trainID. So, can I just choose ont mapping relationship? For example:

train2label = {255: 30, 0: 7, 1: 8, 2: 11, 3: 12, 4: 13, 5: 17, 6: 19, 7: 20, 8: 21, 9: 22, 10: 23, 11: 24, 12: 25,
               13: 26, 14: 27,
               15: 28, 16: 31, 17: 32, 18: 33, -1: -1}

Thanks a lot.