MickeyLLG commited on
Commit
5db77d1
·
verified ·
1 Parent(s): d174e77

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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)` *The 3D hand position in the camera coordinate system*
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.