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
{{ message }}
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
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"
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
The text was updated successfully, but these errors were encountered: