Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Why in kitti_dataset.py " lidar_dir = data_dir + "/cropped/" " #3

Open
hanshong opened this issue Dec 10, 2019 · 1 comment
Open

Why in kitti_dataset.py " lidar_dir = data_dir + "/cropped/" " #3

hanshong opened this issue Dec 10, 2019 · 1 comment

Comments

@hanshong
Copy link

In kitti_dataset.py
Line11: lidar_dir = data_dir + "/cropped/"
Line26: pc_velo_path = self.lidar_dir + img_id + ".npy"
Line27: pc_velo = np.load(pc_velo_path)

Should I use np.fromfile() to load KITTI dataset /training/velodyne data which is ".bin" file?
I don't know what the cropped directory contains. Could you tell me, please? Thanks a lot.

@LordLiang
Copy link
Owner

LordLiang commented Dec 10, 2019 via email

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

No branches or pull requests

2 participants