Fabrizio Ferrari
Fabrizio Ferrari
Unfortunately not, the problem is still there. Any thoughts?
Yes, that's what I have done and I am able to run the tests as well as the following examples without issues: https://github.com/google-coral/examples-camera
Why? I haven't been able to make this run. I still get the error I mentioned in my first post above!
I am able to run the tests here: https://github.com/google-coral/examples-camera But not this specific "project-bodypix" we are discussing about here ;)
Yes, I can confirm that.
With that, I get a "v4l2-ctl: command not found" error.
Thank you for your suggestion, but I have that library inside the same directory of the "bodypix.py" script: posenet_lib/x86_64/posenet_decoder.so It should work, right?
Thank you so much! I'll try and let you know if it works for me. Appreciated!
> @aldenprudent here are the steps to build posent lib for macOS. > > ``` > git clone --recurse-submodules https://github.com/google-coral/libcoral > cd libcoral > ``` > > Add the below...
Thank you, I tried that and got this error: ``` pipeline.to(torch.device("cuda")) 2023-11-27T06:25:21.370318815Z AttributeError: 'NoneType' object has no attribute 'to' ``` Do I need to remove that line? Is that no...