Skip to content

Commit

Permalink
Update process_your_own_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lqzhao authored Mar 31, 2023
1 parent d512264 commit 7bc80c8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -380,3 +380,5 @@ def lidar_to_world_to_lidar(pc,lidar_calibrated_sensor,lidar_ego_pose,
dense_voxels_with_semantic = np.floor(pcd_np).astype(np.int)

np.save(path + 'occupancy_gt_with_semantic{}.npy'.format(i), dense_voxels_with_semantic)

i = i + 1

0 comments on commit 7bc80c8

Please sign in to comment.