Datasets:
Update human_data/Human_Data.md
Browse filesupdate the Pseudo Camera Intrinsics info
- human_data/Human_Data.md +11 -0
human_data/Human_Data.md
CHANGED
|
@@ -262,3 +262,14 @@ and also require all sampled future timesteps to stay inside the episode range:
|
|
| 262 |
```text
|
| 263 |
t + K * action_stride < end_timestep
|
| 264 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 262 |
```text
|
| 263 |
t + K * action_stride < end_timestep
|
| 264 |
```
|
| 265 |
+
|
| 266 |
+
## 11. Pseudo Camera Intrinsics
|
| 267 |
+
|
| 268 |
+
If you need to render the hand mesh, you can use the following equivalent camera intrinsics for the released preview data:
|
| 269 |
+
|
| 270 |
+
```text
|
| 271 |
+
fx = fy = 174.609517037
|
| 272 |
+
cx = W / 2
|
| 273 |
+
cy = H / 2
|
| 274 |
+
```
|
| 275 |
+
where W and H denote the width and height of the corresponding ego-view video frame. Please note that these values are pseudo intrinsics for rendering and visualization, rather than calibrated physical camera intrinsics.
|