-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running inference on Mac M1 #75
Comments
Hello, I am putting the "latest" update here, so everyone can see it : I tried a bunch of examples from this repo https://github.com/Schwarzbaer/panda_examples.git (with Panda3d installed from pip) I tried to disable the offscreen rendering in Happypose : it doesn't crash anymore, but it seems like it renders only black images when doing that. I did not have much more time yet to investigate on this topic, sorry. |
cc @alice-cariou FYI |
Hello, happypose/happypose/toolbox/renderer/types.py Line 167 in fc8efbd
The frame buffer properties needed by default are not available on mac. But you can add : The first line is necessary because the I hope it helps |
Hello, I don’t know if this is the best place to ask, but : The first thing I did was adding mps to the possible devices to be used : But i had 2 errors : I made several attempts to fix these errors, including changing the multiprocessing method, but none worked, so i’m open to suggestions. |
Hello,
I started trying to run the inference on a Mac Studio (with an Apple M1 Ultra).
So far I managed to install everything using conda and pip with some minor changes.
But now I am having a problem while trying to run an inference (from "Testing your installation" section of the doc, or from test_cosypose_inference.py) :
happypose/happypose/toolbox/renderer/panda3d_scene_renderer.py
Line 177 in 5ebed55
crashes because
happypose/happypose/toolbox/renderer/types.py
Line 168 in 5ebed55
returns
None
Do you have any idea regarding this issue ?
I will keep investigating this problem and will post here if I encounter new ones.
The text was updated successfully, but these errors were encountered: