When I run train.py using the following command
!python /content/drive/MyDrive/MaskFormer-main/train_net.py \
--config-file /content/drive/MyDrive/MaskFormer-main/configs/ade20k-150/maskformer_R50_bs16_160k.yaml \
--num-gpus 1 SOLVER.IMS_PER_BATCH 2 SOLVER.BASE_LR 0.1
on google colab . I found the following error
FileNotFoundError: [Errno 2] No such file or directory: 'datasets/ADEChallengeData2016/images/training'
When I run train.py using the following command !python /content/drive/MyDrive/MaskFormer-main/train_net.py \ --config-file /content/drive/MyDrive/MaskFormer-main/configs/ade20k-150/maskformer_R50_bs16_160k.yaml \ --num-gpus 1 SOLVER.IMS_PER_BATCH 2 SOLVER.BASE_LR 0.1 on google colab . I found the following error
FileNotFoundError: [Errno 2] No such file or directory: 'datasets/ADEChallengeData2016/images/training'
As I download the Maskformer code from your link