Closed Kishaan closed 6 months ago
We will check it in a few days. :) Thanks for your patience. Please refer to here later.
We have updated the file according to mmsegmentation, you can try again now.
Thanks @nnnth . :)
This issue will be closed.
Hi,
Thanks for making the code public. I'm trying to run few shot learning on LoveDA dataset. Once I start training, I get the following error.
FileNotFoundError: [Errno 2] No such file or directory: 'data/loveDA/ann_dir/train/1040.png'
My loveDA folder structure is as follows:
as described here: https://github.com/Haiyang-W/GiT/blob/main/tools/dataset_preprocess/dataset_prepare.md
However, I see in the same link that I should run
python tools/dataset_converters/loveda.py /path/to/loveDA
but I don't see the file in the cloned repo. If this code is needed to fix this issue, can you please provide me with the dataset_converter file for loveda dataset?