uber-research / UPSNet

UPSNet: A Unified Panoptic Segmentation Network
Other
649 stars 120 forks source link

Typo in init_cityscapes.sh? #5

Closed WenFuLee closed 5 years ago

WenFuLee commented 5 years ago

After downloading cityscapes database, I found their file names have no "Train" in "cp gtFine///*labelTrainIds.png labels"

So, I removed "Train" as below "cp gtFine///*labelIds.png labels"

Am I right? Thanks.

YuwenXiong commented 5 years ago

No, please use https://github.com/mcordts/cityscapesScripts/blob/master/cityscapesscripts/preparation/createTrainIdLabelImgs.py to generate labelTrainIds files, use labelIds files is incorrect.