Skip to content

Commit

Permalink
Update visualize.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KushalBKusram committed Mar 17, 2021
1 parent cb21298 commit a0bf009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/visualize.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def process_image(image, labels):

# visualize range data

laserDir = "{}/laser".format(saveDir)
laserDir = "{}/laser/images".format(saveDir)
points = pickle.load(open("{}/{}_points.data".format(laserDir, frameNum), "rb"))
cp_points = pickle.load(open("{}/{}_cp_points.data".format(laserDir, frameNum), "rb"))

Expand Down

0 comments on commit a0bf009

Please sign in to comment.