Hello, I'm trying to load the cityscapes dataset, but I'm getting the following error "TypeError: encoding without string argument".
Currently, my dataset files are in the following path
/home/user/Torch/data/cityscapes/
|LeftImg8Bit
<>|train
<>|val
<>|test
|gtFine
<>|train
<>|val
<>|test
|gtCoarse
<>|train
<>|train_extra
<>|val
In selected the 'Cityscapes' dataset in the 'torchvision.datasets' and put set the 'root' path to ''data/cityscapes/''.
What am I doing wrong?