Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel committed Feb 2, 2021
2 parents cf6a3ac + 590adb6 commit 8ab10df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML:1.0

#--------------------------------------------------------------------------------------------
# Camera Parameters. Adjust them!
# Camera Parameters. This settings refer to a Huawei P20 lite main camera, manually calibrated with opencv [resolution fixed to 720x1280]
#--------------------------------------------------------------------------------------------
Camera.type: "PinHole"

Expand All @@ -26,7 +26,7 @@ Camera.RGB: 1

# Camera resolution
Camera.width: 720
Camera.height: 1282
Camera.height: 1280

#--------------------------------------------------------------------------------------------
# ORB Parameters
Expand Down
1 change: 0 additions & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ 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]

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

0 comments on commit 8ab10df

Please sign in to comment.