Skip to content

Commit f9a4712

Browse files
authored
Merge branch 'master' into text_det_rec
2 parents 05b6dc8 + fba9857 commit f9a4712

File tree

88 files changed

+2234
-188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+2234
-188
lines changed
644 KB
Binary file not shown.

testdata/cv/mcc/MCC24.png

27.2 KB
Loading

testdata/cv/mcc/SG140.png

176 KB
Loading

testdata/cv/mcc/VINYL18.png

171 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Test data for `calibrateHandEye()` and `calibrateRobotWorldHandEye()` functions:
2+
- `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)
3+
- `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)
4+
- `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)
5+
6+
See:
7+
> (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.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
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:
2+
Solving the Robot-World Hand-Eye(s) Calibration Problem with Iterative Methods, which is currently under review.
3+
4+
5+
6+
If you use this code in project that results in a publication, please cite the paper above.
7+
8+
This README covers the input format required for each dataset directory, and how to interpret that format.
9+
10+
11+
Jan 12, 2017
12+
13+
Comments/Bugs/Problems: [email protected]
14+
15+
16+
17+
Required Directories:
18+
19+
images
20+
21+
internal_images
22+
23+
24+
25+
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.
26+
27+
28+
29+
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.
30+
31+
32+
33+
Required files:
34+
35+
36+
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.
37+
38+
Example from dataset 1:
39+
40+
41+
chess_mm_height 28.5
42+
43+
chess_mm_width 28.5
44+
45+
chess_height 6
46+
47+
chess_width 8
48+
49+
50+
51+
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.
52+
53+
54+
55+
Optional Included file:
56+
ExperimentDetails.txt : This file gives some parameters of the experiments for the provided datasets and is not required to run the code.
57+

testdata/cv/robot_world_hand_eye_calibration/cali.txt

+89
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)