Update README.md
Browse files
README.md
CHANGED
|
@@ -130,7 +130,7 @@ Each of the 16 elements is a dictionary containing:
|
|
| 130 |
* `vertices (n, 778, 3)`
|
| 131 |
* `box_center (n, 2)`
|
| 132 |
* `box_size (n,)`
|
| 133 |
-
* `camera_t (n, 3)`
|
| 134 |
* `focal_length (n, 2)`
|
| 135 |
|
| 136 |
Here, `n` denotes the number of hands present in each frame, which may vary across frames. When no hands are detected, the dictionary is empty.
|
|
|
|
| 130 |
* `vertices (n, 778, 3)`
|
| 131 |
* `box_center (n, 2)`
|
| 132 |
* `box_size (n,)`
|
| 133 |
+
* `camera_t (n, 3)` *3D hand position in camera coordinate*
|
| 134 |
* `focal_length (n, 2)`
|
| 135 |
|
| 136 |
Here, `n` denotes the number of hands present in each frame, which may vary across frames. When no hands are detected, the dictionary is empty.
|