Upload folder using huggingface_hub
Browse files- intrinsic.xml +18 -0
intrinsic.xml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<opencv_storage>
|
3 |
+
<distortion type_id="opencv-matrix">
|
4 |
+
<rows>5</rows>
|
5 |
+
<cols>1</cols>
|
6 |
+
<dt>d</dt>
|
7 |
+
<data>
|
8 |
+
-5.5531427264213562e-02 6.7047834396362305e-02
|
9 |
+
-8.0864987103268504e-04 6.0979666886851192e-04
|
10 |
+
-2.1628323942422867e-02</data></distortion>
|
11 |
+
<intrinsic type_id="opencv-matrix">
|
12 |
+
<rows>3</rows>
|
13 |
+
<cols>3</cols>
|
14 |
+
<dt>d</dt>
|
15 |
+
<data>
|
16 |
+
6.4088488769531250e+02 0. 6.5048168945312500e+02 0.
|
17 |
+
6.4027935791015625e+02 3.6642471313476562e+02 0. 0. 1.</data></intrinsic>
|
18 |
+
</opencv_storage>
|