Open Mayur28 opened 2 years ago
do you solve this problem?
Traceback (most recent call last): File "./examples/example1.py", line 55, in <module> main() File "./examples/example1.py", line 49, in main images, _, _ = renderer(vertices, faces, textures) # [batch_size, RGB, image_size, image_size] ValueError: not enough values to unpack (expected 3, got 2)
Hi @Azusa306,
I can't remember what exactly I did to resolve the problem as it was a while back, but if I remember correctly, I resolved the issue by building from source, and I had to change a few lines in the code to get it to work. Can't remember the exact details - Apologies.
Thanks.I have resolved it. Just delete one '_' after the image.
Hi,
I have installed from source and I am trying to run the example, but I am encountering an error when trying to unpack values returned from the renderer:
ValueError: not enough values to unpack (expected 3, got 1)
I am trying to get this to work on Windows 10 Pro.
Traceback:
Any help would be highly appreciated. Thanks