Skip to content

Commit

Permalink
Merge branch 'master' into text_det_rec
Browse files Browse the repository at this point in the history
  • Loading branch information
HannibalAPE authored Sep 25, 2020
2 parents fa07652 + fba9857 commit 4ee3087
Show file tree
Hide file tree
Showing 88 changed files with 2,234 additions and 188 deletions.
Binary file added testdata/cv/asift/regression_cpp.xml.gz
Binary file not shown.
Binary file added testdata/cv/mcc/MCC24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added testdata/cv/mcc/SG140.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added testdata/cv/mcc/VINYL18.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions testdata/cv/robot_world_hand_eye_calibration/README.md
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.
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.

89 changes: 89 additions & 0 deletions testdata/cv/robot_world_hand_eye_calibration/cali.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 4ee3087

Please sign in to comment.