Datasets:

Modalities:
Text
Formats:
webdataset
ArXiv:
Libraries:
Datasets
WebDataset
Lightet commited on
Commit
da9010b
·
verified ·
1 Parent(s): 4f0d3af

Update human_data/Human_Data.md

Browse files

update the Pseudo Camera Intrinsics info

Files changed (1) hide show
  1. 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.