You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!