hujiecpp / ISTR

ISTR: End-to-End Instance Segmentation with Transformers (https://arxiv.org/abs/2105.00637)
202 stars 28 forks source link

No such directory found projects/ISTR/configs/ISTR-R50-3x.yaml #15

Open Rehanprime opened 2 years ago

Rehanprime commented 2 years ago

While running the code: python projects/ISTR/train_net.py --num-gpus 4 --config-file projects/ISTR/configs/ISTR-R50-3x.yaml --eval-only MODEL.WEIGHTS ./output/model_final.pth I encountered the following error-No such directory found projects/ISTR/configs/ISTR-R50-3x.yaml . I looked into the configs folder and there was no file named ISTR-R50-3x.yaml. Please help!

hujiecpp commented 2 years ago

https://github.com/hujiecpp/ISTR/blob/e85d30c1c213355d479054203374f760b8c7f7c4/projects/ISTR/configs/ISTR-AE-R50-3x.yaml

imenselmi commented 2 years ago

also Is it possible to use an ISTR with custom dataset or not ?