The download link for the Egohands dataset jupyter notebook version seems to be broken.nCan anyone help with this?:
error:
----> 9 project = rf.workspace(“brad-dwyer”).project(“hands”)
10 version = project.version(1)
11 dataset = version.download(“yolov8”)
1 frames
/usr/local/lib/python3.10/dist-packages/roboflow/adapters/rfapi.py in get_project(api_key, workspace_url, project_url)
43 response = requests.get(url)
44 if response.status_code != 200:
—> 45 raise RoboflowError(response.text)
46 result = response.json()
47 return result
RoboflowError: {
“error”: {
“message”: “Unsupported request. GET /brad-dwyer/hands
does not exist or cannot be loaded due to missing permissions.”,
“type”: “GraphMethodException”,
“hint”: “You can see your active workspace by issuing a GET request to /
with your api_key
.”
}
}