Loading autocnet/control/control.py +1 −0 Changes for autocnet/control/control.py: 1 added line, 0 removed lines. Original line number Diff line number Diff line Loading @@ -153,6 +153,7 @@ class CorrespondenceNetwork(object): # Load the correspondence to point data structure for k, source_idx in df['source_idx'].items(): source_idx = int(source_idx) p = Point(self.point_id) destination_idx = df['destination_idx'][k] Loading Loading
autocnet/control/control.py +1 −0 Changes for autocnet/control/control.py: 1 added line, 0 removed lines. Original line number Diff line number Diff line Loading @@ -153,6 +153,7 @@ class CorrespondenceNetwork(object): # Load the correspondence to point data structure for k, source_idx in df['source_idx'].items(): source_idx = int(source_idx) p = Point(self.point_id) destination_idx = df['destination_idx'][k] Loading