Skip to content

Commit

Permalink
removed duplicate ,
Browse files Browse the repository at this point in the history
  • Loading branch information
rlav440 committed Jan 28, 2025
1 parent 3763979 commit 997ff8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyCamSet/calibration/camera_calibrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def calibrate_cameras(
n_lim=None,
fixed_params: dict | None =None,
high_distortion=False,
threads=None, ,
threads=None,
problem_options: dict|None = None,
initial_cams: CameraSet | None= None,
) -> CameraSet:
Expand Down

0 comments on commit 997ff8a

Please sign in to comment.