Skip to content

Commit

Permalink
moved calibration related files to submodule and added submodule (#1082)
Browse files Browse the repository at this point in the history
* moved files to submodule and added submodule

* updated the modules

* changed submdules

* changed from coms to depthai_calibration
  • Loading branch information
saching13 authored Jul 21, 2023
1 parent 601f3df commit f5d26aa
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 1,999 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
path = resources/depthai_boards
url = https://github.com/luxonis/depthai-boards

[submodule "depthai-boards"]
path = depthai-boards
url = https://github.com/luxonis/depthai-boards
[submodule "depthai_calibration"]
path = depthai_calibration
url = git@github.com:luxonis/depthai-calibration.git
2 changes: 1 addition & 1 deletion calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import numpy as np
import copy

import depthai_helpers.calibration_utils as calibUtils
import depthai_calibration.calibration_utils as calibUtils

font = cv2.FONT_HERSHEY_SIMPLEX
debug = False
Expand Down
48 changes: 0 additions & 48 deletions calibrate_and_test.py

This file was deleted.

1 change: 0 additions & 1 deletion depthai-boards
Submodule depthai-boards deleted from 4ca262
1 change: 1 addition & 0 deletions depthai_calibration
Submodule depthai_calibration added at cd43ce
1,277 changes: 0 additions & 1,277 deletions depthai_helpers/calibration_utils.py

This file was deleted.

Loading

0 comments on commit f5d26aa

Please sign in to comment.