-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into text_det_rec
- Loading branch information
Showing
88 changed files
with
2,234 additions
and
188 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Test data for `calibrateHandEye()` and `calibrateRobotWorldHandEye()` functions: | ||
- `README_input_format.txt.txt` downloaded from [README](https://data.nal.usda.gov/dataset/data-solving-robot-world-hand-eyes-calibration-problem-iterative-methods/resource/63d52768-6594-4304-88dd-7e9efcab1e53) | ||
- `robot_cali.txt` downloaded from [Dataset 1](https://data.nal.usda.gov/dataset/data-solving-robot-world-hand-eyes-calibration-problem-iterative-methods/resource/d5d0002e-e1a6-4367-b5ac-698986aa78c8) | ||
- `cali.txt` and `rwhe_AA_RPI` downloaded from [Output from running methods on Datatset 1](https://data.nal.usda.gov/dataset/data-solving-robot-world-hand-eyes-calibration-problem-iterative-methods/resource/4ae73df4-aa8a-4cc1-9f5f-3f7e4c87db5d) | ||
|
||
See: | ||
> (dataset) Tabb, Amy. (2017). Data from: Solving the Robot-World Hand-Eye(s) Calibration Problem with Iterative Methods. Ag Data Commons. https://data.nal.usda.gov/dataset/data-solving-robot-world-hand-eyes-calibration-problem-iterative-methods. |
57 changes: 57 additions & 0 deletions
57
testdata/cv/robot_world_hand_eye_calibration/README_input_format.txt.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
This README file is to accompany code for robot-world, hand-eye calibration, produced by Amy Tabb and Khalil M. Ahmad Yousef as a companion to their paper: | ||
Solving the Robot-World Hand-Eye(s) Calibration Problem with Iterative Methods, which is currently under review. | ||
|
||
|
||
|
||
If you use this code in project that results in a publication, please cite the paper above. | ||
|
||
This README covers the input format required for each dataset directory, and how to interpret that format. | ||
|
||
|
||
Jan 12, 2017 | ||
|
||
Comments/Bugs/Problems: [email protected] | ||
|
||
|
||
|
||
Required Directories: | ||
|
||
images | ||
|
||
internal_images | ||
|
||
|
||
|
||
Each of these directories, should contain directories by camera with images. For instance, for one camera, the "images" directory should contain "camera0". For two cameras, it should contain "camera0"" and "camera1." Use the provided datasets as templates for how to set up your own datasets. | ||
|
||
|
||
|
||
The "images" directory represents the images for each stop of the robot. "internal_images" contains extra images that are used for camera calibration only. The directory structure of "camera0", "camera1", etc. within "internal_images" should be used, if "internal_images" is present. | ||
|
||
|
||
|
||
Required files: | ||
|
||
|
||
calibration_object.txt : This file gives the specification of the calibration pattern. The units can be changed, and the particular strings used 'chess_mm_height', 'chess_mm_width' are not used by the program. However, the ORDER of the parameters matters. So make sure the use of units is consistent, and do not switch the height and width ordering within the file. | ||
|
||
Example from dataset 1: | ||
|
||
|
||
chess_mm_height 28.5 | ||
|
||
chess_mm_width 28.5 | ||
|
||
chess_height 6 | ||
|
||
chess_width 8 | ||
|
||
|
||
|
||
robot_cali.txt : This file gives the number of robot positions, as well as the rotation and translation parameters for the robot. In the notation of our paper, these matrices are B_i. Note that our definition is the inverse of some other works. | ||
|
||
|
||
|
||
Optional Included file: | ||
ExperimentDetails.txt : This file gives some parameters of the experiments for the provided datasets and is not required to run the code. | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.