Hi. I am attempting to run a fruit detector model I trained on roboflow on my oak-d pro w. I keep encountering this error:
python3 fruit_detector.py
Traceback (most recent call last):
File “/Users/admin/Desktop/oak/fruit_detector.py”, line 8, in
rf = RoboflowOak(model=“vert-bhy5x”, confidence=0.05, overlap=0.5,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/Users/admin/Desktop/oak/myenv/lib/python3.11/site-packages/roboflowoak/init.py”, line 59, in init
self.cache_path = self.find_weights()
^^^^^^^^^^^^^^^^^^^
File “/Users/admin/Desktop/oak/myenv/lib/python3.11/site-packages/roboflowoak/init.py”, line 135, in find_weights
return download_blob(
^^^^^^^^^^^^^^
File “/Users/admin/Desktop/oak/myenv/lib/python3.11/site-packages/roboflowoak/api.py”, line 25, in download_blob
raise Exception(str(api_data.json()))
Exception: {‘error’: {‘message’: ‘Unsupported request. GET /oak/vert-bhy5x/2
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
.’}}
I have tried revoking my api and requesting a new one but it doesn’t seem to work. I am on macbook Air M1. Here is my roboflow workspace: