anuragranj / coma

Convolutional Mesh Autoencoders for Generating 3D Faces
Other
454 stars 100 forks source link

Computing Graph Laplacians .. L is : [] Traceback (most recent call last): File "main.py", line 96, in <module> model = models.coma(L=L, D=D, U=U, **params) File "/home/wuxiaoliang/wuxlprojects/coma/lib/models.py", line 1124, in __init__ M_0 = L[0].shape[0] IndexError: list index out of range #28

Open wuxiaolianggit opened 4 years ago

wuxiaolianggit commented 4 years ago

Computing Graph Laplacians .. L is : [] Traceback (most recent call last): File "main.py", line 96, in model = models.coma(L=L, D=D, U=U, **params) File "/home/wuxiaoliang/wuxlprojects/coma/lib/models.py", line 1124, in init M_0 = L[0].shape[0] IndexError: list index out of range

excuse me, how can I solve this problem? @anuragranj @TimoBolkart