roboflow / roboflow-100-benchmark

Code for replicating Roboflow 100 benchmark results and programmatically downloading benchmark datasets
https://www.rf100.org
MIT License
244 stars 23 forks source link

Download the dataset without docker #47

Closed ZS123-lang closed 1 year ago

ZS123-lang commented 1 year ago

hi, thanks for releasing this dataset! how to download this dataset on the host instead of the container of docker? step1 :pip install roboflow step2: chmod 770 ./scripts/download_datasets.sh & ./scripts/download_datasets.sh and i meet the issue: File "***/roboflow/core/workspace.py", line 28, in init workspace_info = info["workspace"] KeyError: 'workspace'.

Jacobsolawetz commented 1 year ago

Hello @ZS123-lang - you should certainly be able to download the datasets outside of docker.

Make sure you have the most recent version of roboflow pip install -U roboflow and that you have your API key in the env %env ROBOFLOW_API_KEY=YOUR_KEY or use roboflow.login()

Then you can run ./scripts/dowload_datasets.sh