-
Notifications
You must be signed in to change notification settings - Fork 52
Description
when I run facade test pre-trained model code, it occurs indexError as follows:
File "/home/yt/splatnet/exp/facade3d/../../splatnet/semseg3d/test.py", line 211, in
args.dataset_params, save_dir, save_prefix, args.cpu)
File "/home/yt/splatnet/exp/facade3d/../../splatnet/semseg3d/test.py", line 96, in semseg_test
data, xyz, norms = dataset_facade.points(dims=input_dims+',x_y_z,nx_ny_nz', **dataset_params)
File "/home/yt/splatnet/splatnet/dataset/dataset_facade.py", line 98, in points
return tuple([pcl_data[:, idx] * sc for (idx, sc) in zip(feat_idxs, feat_scales)])
File "/home/yt/splatnet/splatnet/dataset/dataset_facade.py", line 98, in
return tuple([pcl_data[:, idx] * sc for (idx, sc) in zip(feat_idxs, feat_scales)])
IndexError: index 6 is out of bounds for axis 1 with size 6
I don,t know whether my installation is well installed