Skip to content

Commit

Permalink
[modify] vis image path
Browse files Browse the repository at this point in the history
  • Loading branch information
haibao-yu committed Feb 28, 2023
1 parent 1d1d255 commit 0e8ae62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/visualize/vis_label_in_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def vis_label_in_image(path, save_path):
) # extrinsic of lidar_to_camera
else:
# visualize vehicle-side image
label_path = osp.join(path, data_info["label_lidar_std_path"])
label_path = osp.join(path, data_info["label_camera_std_path"])
lidar2cam_path = osp.join(path, data_info["calib_lidar_to_camera_path"]) # extrinsic of lidar_to_camera

labels = []
Expand Down

0 comments on commit 0e8ae62

Please sign in to comment.