Pytorch-yolov3: an error when running get_coco_dataset.sh

Created on 5 Jun 2018  路  2Comments  路  Source: eriklindernoren/PyTorch-YOLOv3

when i try to run :

     sh  get_coco_dataset.sh

there comes an error:

     Syntax error: "(" unexpected

Most helpful comment

Not sure why this happens but bash get_coco_dataset.sh works for me. Can you try that command?

Alternatively:

chmod +x get_coco_dataset.sh
./get_coco_dataset.sh

All 2 comments

Not sure why this happens but bash get_coco_dataset.sh works for me. Can you try that command?

Alternatively:

chmod +x get_coco_dataset.sh
./get_coco_dataset.sh

thanks a lot . The problem has been perfectly solved.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mayaghaei picture mayaghaei  路  4Comments

qianwangn picture qianwangn  路  3Comments

codeyogi911 picture codeyogi911  路  4Comments

MAP
nationalflag picture nationalflag  路  5Comments

a954217436 picture a954217436  路  4Comments