Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the calibration utility more user friendly - based on modular-calibration #843

Open
wants to merge 43 commits into
base: main
Choose a base branch
from

Conversation

njezersek
Copy link
Contributor

@njezersek njezersek commented Nov 11, 2022

Rewritten features from #840 on top of the modular-calibration branch.

  • Add a settings GUI to complement the command line flags
  • Try to auto detect the camera/board model

image

@njezersek njezersek marked this pull request as ready for review December 13, 2022 07:23
Copy link
Contributor

@saching13 saching13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall LGTM. Tested on OAK-D with random calibration data. Works as expected.
Fails when it shows the OAK-D-Pro in the window with following

 File "/Users/blackbird-m1/luxonis/depthai/calibrate.py", line 1236, in <module>
  Main().run()
 File "/Users/blackbird-m1/luxonis/depthai/calibrate.py", line 393, in __init__
  for in_cam in self.board_config['cameras'].keys():
AttributeError: 'Main' object has no attribute 'board_config'

Good to merge on fixing the above.

calibrate.py Outdated Show resolved Hide resolved
calibrate.py Show resolved Hide resolved
calibrate.py Outdated Show resolved Hide resolved
@saching13
Copy link
Contributor

saching13 commented Jan 11, 2023

Actually capability to run on already captured dataset is missing. Need to add that option back in before merging in.

Add option to select calibrate on existing data. Include option to select the dataset folder path.

@saching13 saching13 mentioned this pull request Mar 27, 2023
Base automatically changed from modular-calibration to main April 3, 2023 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants