Thanks for the great work! Im trying to test it on my own data. But got the following error: File "C:\MCC\demo.py", line 104, in main seen_rgb = (torch.tensor(rgb).float() / 255)[..., [2, 1, 0]] RuntimeError: Could not infer dtype of NoneType Is it the problem of the input obj file? Do you have any idea how to solve it? Many thanks!
Thanks for the great work! Im trying to test it on my own data. But got the following error:
File "C:\MCC\demo.py", line 104, in main
seen_rgb = (torch.tensor(rgb).float() / 255)[..., [2, 1, 0]]
RuntimeError: Could not infer dtype of NoneType
Is it the problem of the input obj file? Do you have any idea how to solve it?
Many thanks!