Skip to content

Commit 2b3a41d

Browse files
author
arch
committed
typo
1 parent b0f1b1b commit 2b3a41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

funscript_editor/algorithms/funscriptgenerator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def calculate_score(self, bboxes) -> None:
308308
tracking_points_with_offset['Woman'][tracker_number] = woman_center
309309

310310

311-
self.tracking_points = tracking_points_with_offset # save so we can use the later for visu
311+
self.tracking_points = tracking_points_with_offset # save so we can use them later for visu
312312

313313
self.logger.info("Merge Scores")
314314

0 commit comments

Comments
 (0)