pytorch-semseg
pytorch-semseg copied to clipboard
'pre_encoded' directory
I just downloaded pascal voc dataset, and pre-encoded direcotry is empty. Also in the pascal_voc_loader, the pixel mapping to class index is not there. For example, in the seg mask the value is (192,224,224), which doesnt map to anything. Is there a script to create this direcotry?
Hey! i also found some errors in the pascal_voc_loader, like the precoded masks can be over 21, which the total number of pascal classes. Anyone has an idea about that?