facebookresearch / MaskFormer

Per-Pixel Classification is Not All You Need for Semantic Segmentation (NeurIPS 2021, spotlight)
Other
1.35k stars 152 forks source link

Error in training #70

Open ainneabid opened 1 year ago

ainneabid commented 1 year ago

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