Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

KeyError: 'velodyne_path' #105

Open
lrhlrhlrhlrhlrh opened this issue Apr 22, 2024 · 0 comments
Open

KeyError: 'velodyne_path' #105

lrhlrhlrhlrhlrh opened this issue Apr 22, 2024 · 0 comments

Comments

@lrhlrhlrhlrhlrh
Copy link

lrhlrhlrhlrhlrh commented Apr 22, 2024

I met this error when I run 'python tools/create_data.py kitti_data_prep --root_path=KITTI_DATASET_ROOT'
Traceback (most recent call last):
File "tools/create_data.py", line 95, in
kitti_data_prep("/home/LRH/SE-SSD/data/kitti")
File "tools/create_data.py", line 56, in kitti_data_prep
kitti_ds.create_reduced_point_cloud(root_path)
File "/home/LRH/SE-SSD/det3d/datasets/kitti/kitti_common.py", line 204, in create_reduced_point_cloud
_create_reduced_point_cloud(data_path, train_info_path, save_path)
File "/home/LRH/SE-SSD/det3d/datasets/kitti/kitti_common.py", line 162, in _create_reduced_point_cloud
v_path = pc_info["velodyne_path"]
KeyError: 'velodyne_path'
How to solve it?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant