TorchSeg
TorchSeg copied to clipboard
How to prepare the training data? How to specify the folder?
FileNotFoundError: [Errno 2] No such file or directory: '....../Cityscapes/config_new/train.txt'
FileNotFoundError: [Errno 2] No such file or directory: '....../ADE20K_2016_07_26/images/training.txt'
This needs you to construct the dataset. I will release an example how to prepare the data later.
Hoping the example too :smile: @ycszen
@zhixuanli Thanks for your repo; it is very useful. I wonder whether the ground truths should be encoded as RGB images (i.e. aeroplane: [0,0,128]) or greyscale images (background: [1]), to make BiSeNet work? Thanks.
when will you release the example?
@ycszen Did you release the examples ? please can you share the link ?
@ycszen Did you release the examples ? please can you share the link ?
@zhixuanli Thanks for your repo; it is very useful. I wonder whether the ground truths should be encoded as RGB images (i.e. aeroplane: [0,0,128]) or greyscale images (background: [1]), to make BiSeNet work? Thanks.
hello@kazenokizi, Have you ever solved the problem?