Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ From Paper [NeurIPS 2023 spotlight] [MSTH: Masked Space-Time Hash Encoding for E
|
|
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
|
|
|
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](https://docs.nerf.studio/quickstart/data_conventions.html).
|
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
|