-
Notifications
You must be signed in to change notification settings - Fork 74
tacto headless setup errors #21
Comments
Hi @shivanimall , Could you provide information about your OS, NVIDIA driver, cuda version? Just a quick check, in order to use EGL mode, it needs GPU acceleration. If no GPU available, it needs to be set for "OSMesa" backend for headless rendering. |
+-----------------------------------------------------------------------------+ +-----------------------------------------------------------------------------+ |
No LSB modules are available. |
Hi @shivanimall , Got it, will this be helpful? |
Hi @wx405557858 but now getting the following error:
NixOS/nixpkgs#76822 |
Hi @shivanimall , Any chance these might be helpful? MPI-IS/mesh#23 |
Hello @wx405557858, I could not exactly try the above solution since I do not have access to run apt-get on the server. asked an admin to do apt-get install of this package. But in case, this doesn't work, what are the alternatives? Thank you so much for your continued support with these. |
Hi @shivanimall , I see, the alternatives would be using osmesa, it might not as fast as egl, but should also work headless. Our circleci test is using osmesa headless:
Here's the instructions from pyrender: Here's an example: |
thank you @wx405557858 so we finally have this working on the desired server, thank you so much again for your support with this. |
Hi @shivanimall , That's awesome!!! Really appreciate it if your teammate could post his solution! Thank you! |
posting solution below:
|
Thank you! Appreciate it! |
Note: I uncommented the following code: https://github.com/facebookresearch/tacto/blob/master/tacto/renderer.py#L21 which is equivalent to your suggestion on using EGL Mode
Below is the error I get when attempting to run tacto headless:
The text was updated successfully, but these errors were encountered: