Skip to content

Commit

Permalink
iphone 15s
Browse files Browse the repository at this point in the history
  • Loading branch information
suhlrich committed Nov 7, 2023
1 parent c6cf371 commit ff5ab87
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 = 'iPadPro12_9_6thgen_720_60FPS_20221207'
sessionName = 'iPhone15_720_60FPS_20231107'
CheckerBoardParams = {'dimensions':(11,8),'squareSize':60} # gets replaced if metadata present in sessionName folder

#List of trials - intrinsics from each video are averaged
trials = ['c9a5d629-f66e-437a-b5fe-f5af1ce61591']
trials = ['3dc7b63a-71d8-48d6-b906-28372a527129']

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

0 comments on commit ff5ab87

Please sign in to comment.