Skip to content

Commit

Permalink
Points minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OniDaito committed Oct 21, 2021
1 parent b1e9fca commit 4dca7e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ def __init__(
self.available = array.array("L")

# Our ground truth object points
self.gt_points = Points
self.gt_points = Points()

# How far do we translate?
self.translate = translate
self.max_trans = max_trans
Expand Down

0 comments on commit 4dca7e1

Please sign in to comment.