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
hi,
I tried to run demo code, but it keep output black screen.
already checked camera works fine, and when I switched not to run with server, i get this error:
IndexError : too many indices for tensor of dimension 4.
checked this is caused by data_dict["render_norm"]
The text was updated successfully, but these errors were encountered:
hi, I tried to run demo code, but it keep output black screen.
already checked camera works fine, and when I switched not to run with server, i get this error: IndexError : too many indices for tensor of dimension 4. checked this is caused by data_dict["render_norm"]
I also met this issue, did anyone solve it?
It seems like if we change num_worker to 0, it'll happen.
But if we change to 1, the issue of torch not supporting torch._six anymore will happen.
hi,
I tried to run demo code, but it keep output black screen.
already checked camera works fine, and when I switched not to run with server, i get this error:
IndexError : too many indices for tensor of dimension 4.
checked this is caused by data_dict["render_norm"]
The text was updated successfully, but these errors were encountered: