when i try to run :
sh get_coco_dataset.sh
there comes an error:
Syntax error: "(" unexpected
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.
Most helpful comment
Not sure why this happens but
bash get_coco_dataset.shworks for me. Can you try that command?Alternatively: