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
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
The text was updated successfully, but these errors were encountered:
Can you check if you have the data properly pre-processed as instructed here? pcl_test.ply should have 11 data columns and 6 should definitely not be out of bounds.
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
The text was updated successfully, but these errors were encountered: