You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: