Skip to content
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

how can I run without display #11

Open
jhkim0759 opened this issue Sep 30, 2021 · 2 comments
Open

how can I run without display #11

jhkim0759 opened this issue Sep 30, 2021 · 2 comments

Comments

@jhkim0759
Copy link

jhkim0759 commented Sep 30, 2021

Hi
thank you for your great work!

Im trying to run fit_smplicit.py at remote server(Linux) but it has an error because of the display

Like this.

['data/images/back2.jpg', 'data/images/front2.jpg', 'data/images/v2.jpg']
/usr/local/lib/python3.7/dist-packages/SMPLicit-0.0.1-py3.7.egg/SMPLicit/SMPL.py:94: UserWarning: This overload of sub is deprecated:
sub(Number alpha, Tensor other)
Consider using one of the following signatures instead:
sub(Tensor other, *, Number alpha) (Triggered internally at /pytorch/torch/csrc/utils/python_arg_parser.cpp:1025.)
pose_feature = (Rs[:, 1:, :, :]).sub(1.0, self.e3).view(-1, 207)
freeglut (foo): failed to open display ''

I also tried at Colab and had an same error

so I tried at my own labtop but it has a install issue from kaolin

can help me how to run with out display

@bbbbubble
Copy link

Hi
I have encountered the same problem, lol
How did you solve this, could you share with us?

Thank you!

@NagabhushanSN24
Copy link

I tried using pyvirtualdisplay. I am able to get past this error and facing another error now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants