Skip to content

Commit

Permalink
new intrinsics
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpetrucci committed Oct 28, 2024
1 parent 499fac9 commit 4f4de6b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions main_calcIntrinsics.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
from utilsChecker import saveCameraParameters

# %% Required user inputs.
sessionName = 'iPhone15_720_60FPS_20231107'
sessionName = '6d956718-fc0c-47c2-8a96-8474ec8d1fe2'
CheckerBoardParams = {'dimensions':(11,8),'squareSize':60} # gets replaced if metadata present in sessionName folder

#List of trials - intrinsics from each video are averaged
trials = ['3dc7b63a-71d8-48d6-b906-28372a527129']
trials = ['2ff3ec29-770b-493a-8312-9dd5a2b89e09','ec17c7de-8974-4753-88c9-5917f0659514']

loadTrialInfo = False # Load previous trial names and CheckerBoardParams from file
saveIntrinsicsForDeployment = True
Expand Down

0 comments on commit 4f4de6b

Please sign in to comment.