zxyun commited on
Commit
35f8746
·
verified ·
1 Parent(s): eecd008

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -12
README.md CHANGED
@@ -1,12 +1,34 @@
1
- ---
2
- license: c-uda
3
- language:
4
- - en
5
- - zh
6
- size_categories:
7
- - 100M<n<1B
8
- tags:
9
- - Multi-view videos # Example: audio
10
- - Human-centric # Example: bio
11
- - 3D human reconstruction # Example: natural-language-understanding
12
- - Novel view synthesis # Example: birds-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # PKU-DyMVHumans
2
+
3
+ ## Overview
4
+
5
+ PKU-DyMVHumans is a versatile human-centric dataset designed for high-fidelity reconstruction and rendering of dynamic human performances in markerless multi-view capture settings. It comprises 32 humans across 45 different dynamic scenarios, each featuring highly detailed appearances and complex human motions.
6
+
7
+ Inspired by recent advancements in neural radiance field (NeRF)-based scene representations, we carefully set up an off-the-shelf framework that is easy to provide those state-of-the-art NeRF-based implementations and benchmark on PKU-DyMVHumans dataset. This includes neural scene decomposition, 3D human reconstruction, and novel view synthesis of dynamic scenes.
8
+
9
+ ## Key Features:
10
+ **Part1**:
11
+ **Part1**:
12
+
13
+ ## Dataset format
14
+
15
+ For each scene, we provide the multi-view images (`./case_name/per_view/cam_*/images/`), the coarse foreground with RGBA channels (`./case_name/per_view/cam_*/images/`), as well as the coarse foreground segmentation (`./case_name/per_view/cam_*/pha/`), which are obtained using [BackgroundMattingV2](https://github.com/PeterL1n/BackgroundMattingV2).
16
+
17
+ To make the benchmarks easier compare with our dataset, we save different data formats (i.e., [Surface-SOS](https://github.com/zhengxyun/Surface-SOS), [NeuS](https://github.com/Totoro97/NeuS), [NeuS2](https://github.com/19reborn/NeuS2), [Instant-ngp](https://github.com/NVlabs/instant-ngp), and [3D-Gaussian](https://github.com/graphdeco-inria/gaussian-splatting)) of PKU-DyMVHumans at **Part1** and write a document that describes the data process.
18
+
19
+
20
+ ```
21
+ .
22
+ |--- <case_name>
23
+ | |--- cams
24
+ | |--- videos
25
+ | |--- per_view
26
+ | |--- per_frame
27
+ | |--- data_ngp
28
+ | |--- data_NeuS
29
+ | |--- data_NeuS2
30
+ | |--- data_COLMAP
31
+ | |--- <overview_fme_*.png>
32
+ |--- ...
33
+
34
+ ```