after run the download_datasets.sh, i got an empty folder without any error log
i run the following instruction:
export ROBOFLOW_API_KEY = my Private API Key
the web i got my private api key is :
and then i run
bash scripts/download_datasets.sh
then i have log like:
Starting downloading RF100... Storing digits-t2eg6 in /home/qianbo/code/mmdetection-main/projects/RF100-Benchmark/rf100/digits-t2eg6 for coco loading Roboflow workspace... loading Roboflow project... Done! Storing wine-labels in /home/qianbo/code/mmdetection-main/projects/RF100-Benchmark/rf100/wine-labels for coco loading Roboflow workspace... loading Roboflow project... Done! Storing truck-movement in /home/qianbo/code/mmdetection-main/projects/RF100-Benchmark/rf100/truck-movement for coco loading Roboflow workspace... loading Roboflow project... Done! ...
and then i got a empty rf100 folder with some empty folder in it:
Can you please help me see where the problem lies? Thank you!
and i had run ‘chmod 770 ./scripts/download_datasets.sh ’ before 'bash scripts/download_datasets.sh'