ToferFish commited on
Commit
1e299b9
Β·
verified Β·
1 Parent(s): d27284a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
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/ # Data processing utilities
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