jwalter007
Here is the errors Im experiencing
Downloading /home/pi/.cache/blobconverter/tiny-yolo-v3_openvino_2021.4_6shave.blob...
File "/home/pi/depthai/depthai_demo.py", line 560, in run
self.instance.run_all(self.conf)
File "/home/pi/depthai/depthai_demo.py", line 62, in run_all
self.setup(conf)
File "/home/pi/depthai/depthai_demo.py", line 195, in setup
blobPath=self._blobManager.getBlob(shaves=self._conf.shaves, openvinoVersion=self._nnManager.openvinoVersion),
File "/home/pi/depthai/depthai_sdk/src/depthai_sdk/managers/blob_manager.py", line 102, in getBlob
self._blobPath = blobconverter.from_config(
File "/home/pi/.local/lib/python3.9/site-packages/blobconverter/init.py", line 484, in from_config
return compile_blob(blob_name=name, req_data=body, req_files=files, \*\*kwargs)
File "/home/pi/.local/lib/python3.9/site-packages/blobconverter/init.py", line 318, in compile_blob
response.raise_for_status()
File "/home/pi/.local/lib/python3.9/site-packages/requests/models.py", line 953, in raise_for_status
raise HTTPError(http_error_msg, response=self)
500 Server Error: INTERNAL SERVER ERROR for url: https://blobconverter.luxonis.com/compile?version=2021.4&no_cache=False
python3: ../../libusb/os/threads_posix.h:58: usbi_mutex_destroy: Assertion `pthread_mutex_destroy(mutex) == 0' failed.
python3: ../../libusb/os/threads_posix.h:46: usbi_mutex_lock: Assertion `pthread_mutex_lock(mutex) == 0' failed.
Process ended with exit code -6.