ZhangGongjie / Meta-DETR

[T-PAMI 2022] Meta-DETR for Few-Shot Object Detection: Official PyTorch Implementation
MIT License
388 stars 84 forks source link

OSError: [Errno 8] Exec format error: './basetrain.sh' #51

Open Caltech-Z opened 2 years ago

Caltech-Z commented 2 years ago

Please help the gods, I have tried many methods and still have this problem.

sorrowyn commented 1 year ago

We take MS-COCO as an example. First, create basetrain.sh and copy the following commands into it.

HazelNutii commented 10 months ago

ADD #!/usr/bin/env bash" to the first line of the basetrain.sh file, it works for me