google-coral / project-bodypix

BodyPix model demo application for Google Coral
Apache License 2.0
275 stars 52 forks source link

AttributeError: 'Delegate' object has no attribute '_library' - RPi4 + Coral USB #17

Closed airqualityanthony closed 3 years ago

airqualityanthony commented 3 years ago

Hi, flagging this error when trying to run the bodypix.py script.

Believe it's linked to 'OSError: posenet_lib/armv7l/posenet_decoder.so: cannot open shared object file: No such file or directory'7

Any help appreciated.

airqualityanthony commented 3 years ago

Actually I just noticed it's looking in armv7l and the repo saves armv7a - renaming folder seemed to let it run. Whether that was the correct fix or not I don't know...

Namburger commented 3 years ago

@airqualityanthony that is the fix :)

queyrusi commented 3 years ago

Saved my day, thanks!