Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- novel view synthesis
|
5 |
+
- dynamic
|
6 |
+
- multi-view video
|
7 |
---
|
8 |
+
|
9 |
+
# Campus dataset for dynamic novel view synthesis
|
10 |
+
From Paper [NeurIPS 2023 spotlight] [MSTH: Masked Space-Time Hash Encoding for Efficient Dynamic Scene Reconstruction]()
|
11 |
+
|
12 |
+
[Paper]() | [Project Page]() | [Code](https://github.com/masked-spacetime-hashing/msth)
|
13 |
+
|
14 |
+
## Dataset Description
|
15 |
+
Each scene contains:
|
16 |
+
- `<scene_name>_<camera_id>.mp4`: The multi-view videos collected for this scene.
|
17 |
+
- `transforms_<split>.json`: The camera poses and intrinsics estimated using COLMAP. The format is the same as [nerfstudio]().
|
18 |
+
- `colmap/`: The sparse point cloud and camera infos obtained during COLMAP pose estimation, could be used for methods starting with a sparse point cloud (like 3D Gaussian Splatting).
|
19 |
+
|
20 |
+
## Demos
|