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 26, 2021
1 parent 7b95403 commit 590adb6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +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]
<<<<<<< HEAD
=======

>>>>>>> 1b77b035e07f95e8d286dcf23192f7103c139f23
fp.write(name)
for row in pose34:
fp.write(" ")
Expand Down

0 comments on commit 590adb6

Please sign in to comment.