Update README.md
Browse files
README.md
CHANGED
|
@@ -66,15 +66,17 @@ size_categories:
|
|
| 66 |
RealX3D/
|
| 67 |
βββ data/ # Full-resolution JPEG images + COLMAP reconstructions
|
| 68 |
βββ data_4/ # Quarter-resolution JPEG images + COLMAP reconstructions
|
|
|
|
| 69 |
βββ data_arw/ # Sony RAW (ARW) sensor data
|
| 70 |
-
βββ pointclouds/ # 3D point clouds, meshes, and depth maps
|
| 71 |
-
βββ scripts/ #
|
| 72 |
```
|
| 73 |
|
| 74 |
## π Release Status
|
| 75 |
|
| 76 |
> - [x] `data/` β Full-resolution JPEG images + COLMAP
|
| 77 |
> - [x] `data_4/` β Quarter-resolution JPEG images + COLMAP
|
|
|
|
| 78 |
> - [ ] `data_arw/` β Sony RAW (ARW) sensor data
|
| 79 |
> - [ ] `pointclouds/` β 3D ground-truth geometry (point clouds, meshes, depth maps)
|
| 80 |
|
|
|
|
| 66 |
RealX3D/
|
| 67 |
βββ data/ # Full-resolution JPEG images + COLMAP reconstructions
|
| 68 |
βββ data_4/ # Quarter-resolution JPEG images + COLMAP reconstructions
|
| 69 |
+
βββ baseline_results/ # Baseline methods rendering results on data_4 for direct download
|
| 70 |
βββ data_arw/ # Sony RAW (ARW) sensor data
|
| 71 |
+
βββ pointclouds/ # 3D point clouds, meshes, and metric depth maps
|
| 72 |
+
βββ scripts/ # Utilities scripts
|
| 73 |
```
|
| 74 |
|
| 75 |
## π Release Status
|
| 76 |
|
| 77 |
> - [x] `data/` β Full-resolution JPEG images + COLMAP
|
| 78 |
> - [x] `data_4/` β Quarter-resolution JPEG images + COLMAP
|
| 79 |
+
> - [x] `baseline_results/` - Baseline rendering results
|
| 80 |
> - [ ] `data_arw/` β Sony RAW (ARW) sensor data
|
| 81 |
> - [ ] `pointclouds/` β 3D ground-truth geometry (point clouds, meshes, depth maps)
|
| 82 |
|