File size: 603 Bytes
9db49c9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
license: other
task_categories:
- video-classification
tags:
- 4d
- multiview
- video
- depth
---

# psl-4d

Multi-view 4D clips. One directory per clip under `clips/`.

```
clips/clip_XXXXX/
  cameras.json        # per-frame camera intrinsics/extrinsics
  caption.txt         # text caption
  meta.json           # clip metadata
  visibility.json     # visibility annotations
  points_target.npz   # target points
  depth.zip           # packed depth maps
  videos/camNN.mp4       # RGB, 4 views
  videos_depth/camNN.mp4 # depth video, 4 views
  views/camNN/frame_XXXX.png  # sampled keyframes
```