depthai-python icon indicating copy to clipboard operation
depthai-python copied to clipboard

Install NN blobs from blobconverter

Open jakaskerl opened this issue 1 year ago • 2 comments

  • updated requirements.py
  • added example for thermal yolo detection

jakaskerl avatar Mar 22 '24 12:03 jakaskerl

Oh, I see install_requirements.py fails on macos

/Users/runner/work/depthai-python/depthai-python/examples/install_requirements.py:17: SyntaxWarning: invalid escape sequence '\s'

Fix that before merging please.

zrezke avatar Mar 22 '24 21:03 zrezke

That's actually not the breaking part. The new macos runner throws externally managed environment which is hopefully fixed by https://github.com/luxonis/depthai-python/tree/fix/install_requirements.

jakaskerl avatar Mar 23 '24 10:03 jakaskerl