Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GabHoo authored Jan 23, 2021
1 parent 2b71941 commit 1b77b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def save_pose_txt(args, name, pose):
"""
pose_file_path = os.path.join(args.dest, "pose.txt")
fp = open(pose_file_path, "a")
pose34 = pose[:3] #prende dal primo al terzo elemento (partendo da 0) dell'array
pose34 = pose[:3]

fp.write(name)
for row in pose34:
Expand Down

0 comments on commit 1b77b03

Please sign in to comment.