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
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.
The text was updated successfully, but these errors were encountered:
---Original---
From: "hanshong"<[email protected]>
Date: Tue, Dec 10, 2019 16:07 PM
To: "LordLiang/FVNet"<[email protected]>;
Cc: "Subscribed"<[email protected]>;
Subject: [LordLiang/FVNet] Why in kitti_dataset.py " lidar_dir = data_dir + "/cropped/" " (#3)
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
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.
The text was updated successfully, but these errors were encountered: