Skip to content

Commit

Permalink
Simplify path
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHahner committed Jun 12, 2022
1 parent 2d7b851 commit 5e22030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pointcloud_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1545,7 +1545,7 @@ def show_pointcloud(self, filename: str) -> None:

def populate_dense_boxes(self, filename):

root = str(Path.home()) + '/repositories/PCDet/lib/SeeingThroughFog/tools/DatasetViewer/calibs'
root = str(Path(__file__) / 'SeeingThroughFog/tools/DatasetViewer/calibs')
tf_tree = 'calib_tf_tree_full.json'

name_camera_calib = 'calib_cam_stereo_left.json'
Expand Down

0 comments on commit 5e22030

Please sign in to comment.