-
Notifications
You must be signed in to change notification settings - Fork 65
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
Error when running python test_network.py #56
Comments
What version of python are you using? |
I am able to fix the above issue .I am using python 3.7 since I ported from 2to3 package. (dress) ubuntu@ip-172-31-7-48:~/MultiGarmentNetwork$ python test_network.py WARNING:tensorflow:From /home/ubuntu/MultiGarmentNetwork/smpl/batch_lbs.py:53: div (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. |
WARNING: failed to load librasterise.so; rasterisation functions will be unavailable:
/usr/lib/x86_64-linux-gnu/libOpenGL.so.0: undefined symbol: _glapi_tls_Current
Using dirt renderer.
Traceback (most recent call last):
File "test_network.py", line 14, in
from network.base_network import PoseShapeOffsetModel
File "/home/ubuntu/MultiGarmentNetwork/network/base_network.py", line 17, in
from smpl.smpl_layer import SmplBody25Layer
File "/home/ubuntu/MultiGarmentNetwork/smpl/smpl_layer.py", line 22
def call(self, (pose, betas, trans)):
^
SyntaxError: invalid syntax
Please help @bharat-b7 . A bit urgent
The text was updated successfully, but these errors were encountered: