rooty2020 commited on
Commit
9db49c9
·
verified ·
1 Parent(s): cccb74f

Add dataset card and LFS tracking for binaries

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ task_categories:
4
+ - video-classification
5
+ tags:
6
+ - 4d
7
+ - multiview
8
+ - video
9
+ - depth
10
+ ---
11
+
12
+ # psl-4d
13
+
14
+ Multi-view 4D clips. One directory per clip under `clips/`.
15
+
16
+ ```
17
+ clips/clip_XXXXX/
18
+ cameras.json # per-frame camera intrinsics/extrinsics
19
+ caption.txt # text caption
20
+ meta.json # clip metadata
21
+ visibility.json # visibility annotations
22
+ points_target.npz # target points
23
+ depth.zip # packed depth maps
24
+ videos/camNN.mp4 # RGB, 4 views
25
+ videos_depth/camNN.mp4 # depth video, 4 views
26
+ views/camNN/frame_XXXX.png # sampled keyframes
27
+ ```