Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre authored Nov 20, 2019
1 parent 60f7623 commit 79ab530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Analyse.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
masse = 70 # kg
xml_path = "example/box_jump.xml"
model_name = "sagittal"
time_idx += 1
time_idx -= 1 # Make idx 1-based so the first frame is 1 as it is in Kinovea

# Load the model
models = __import__("models." + model_name)
Expand Down

0 comments on commit 79ab530

Please sign in to comment.