voxelnet icon indicating copy to clipboard operation
voxelnet copied to clipboard

unable to run test.py

Open swarajbadhei opened this issue 3 years ago • 1 comments

While running test.py the following error arises. (After running crop.py) File "/home/blraml/projectWorkSpace/swaraj/lidar/voxelnet/utils/kitti_loader.py", line 60, in iterate_data assert len(data_tag) == len(f_rgb) == len(f_lidar) , "dataset folder is not correct"

len(data_tag) = 7481 leb(f_rgb) = 7481 len(f_lidar) = 14962

I understand the above condition should hold true. There is some issue in files may be.

What am I missing here? please help

swarajbadhei avatar May 11 '21 08:05 swarajbadhei

数据集路径不对

QiTianDaShengDaShi avatar Oct 21 '21 03:10 QiTianDaShengDaShi