Understand the Cityscapes dataset folder structure
masterThe dataset follows a specific hierarchical structure:
{root}/{type}{video}/{split}/{city}/{city}_{seq:0>6}_{frame:0>6}_{type}{ext}
Key Components:
root: The base directory (can be set viaCITYSCAPES_DATASETenv var).type: The data modality (e.g.,gtFine,leftImg8bit).split: The dataset split (e.g.,train,val,test,train_extra,demoVideo).city: The recording city.seq: 6-digit sequence number.frame: 6-digit frame number.ext: File extension (e.g.,.png,_polygons.json).