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
hello, many people meet this problem, can you solve it?
Warning: unable to import datasets/nusc:
No module named 'nuscenes'
Traceback (most recent call last):
File "/home/sunh/6D_ws/other_code/Self6D-Diff-Renderer-master/kaolin/kaolin/datasets/init.py", line 11, in
from .nusc import NuscDetection
File "/home/sunh/6D_ws/other_code/Self6D-Diff-Renderer-master/kaolin/kaolin/datasets/nusc.py", line 21, in
from nuscenes.utils.geometry_utils import transform_matrix
ModuleNotFoundError: No module named 'nuscenes'
Warning: unable to import datasets/nusc:
None
0%| | 0/13 [00:00<?, ?it/s]
Traceback (most recent call last):
File "tests/test_dib_render_LM_batch_depth.py", line 153, in
main()
File "tests/test_dib_render_LM_batch_depth.py", line 112, in main
models = load_objs(obj_paths, texture_paths, height=HEIGHT, width=WIDTH)
File "/home/sunh/6D_ws/other_code/Self6D-Diff-Renderer-master/tests/../core/dr_utils/dr_utils.py", line 42, in load_objs
vertices = mesh.vertices[:, :3] # x,y,z
IndexError: too many indices for tensor of dimension 1
Do U have the problem that : too many indics in tensor of DIM 1???/
The text was updated successfully, but these errors were encountered: