You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a Raspberry Pi4/b Ubuntu 22.04: Running python3 demo.py -e -xyz -3 world generates: File "/home/ubuntu/depthai_blazepose/o3d_utils.py", line 119, in init opt.background_color = np.asarray(bg_color) "AttributeError: 'None Type' object has no attribute 'background_color.
BTW: Running python3 demo.py -e -xyz without error required downgrading depthai to version 2.20.2 from 2.21.2.
The text was updated successfully, but these errors were encountered:
On a Raspberry Pi4/b Ubuntu 22.04: Running python3 demo.py -e -xyz -3 world generates: File "/home/ubuntu/depthai_blazepose/o3d_utils.py", line 119, in init opt.background_color = np.asarray(bg_color) "AttributeError: 'None Type' object has no attribute 'background_color.
BTW: Running python3 demo.py -e -xyz without error required downgrading depthai to version 2.20.2 from 2.21.2.
The text was updated successfully, but these errors were encountered: