juseonghan commited on
Commit
c38c22c
·
verified ·
1 Parent(s): 470c2de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -118,11 +118,7 @@ The 25 keyframes (with structured-light ground-truth depth) from datasets 1, 2,
118
 
119
  #### Data Collection and Processing
120
 
121
- The source RGB images and structured-light keyframe depth maps come directly from the original SCARED dataset. Our processing pipeline:
122
-
123
- 1. **Pose estimation.** For each video sequence, COLMAP is run on the left-camera frames at native resolution (1024 × 1280). Because da Vinci images are natively undistorted, no additional undistortion is applied. The keyframe RGB image is included in the COLMAP input so that the keyframe is registered into the same reconstruction. The provided camera intrinsics initialize bundle adjustment and are refined during optimization.
124
- 2. **Scale recovery.** The COLMAP sparse point cloud is projected onto the image plane at the keyframe pose to obtain an unscaled depth map $\hat{D}$. The metric scale factor is computed as $s = \mathrm{median}(D / \hat{D})$, where $D$ is the structured-light keyframe depth. The metric per-frame pose is then $T_i = (R_i, s \cdot \hat{t}_i)$.
125
- 3. **Depth reprojection.** The keyframe depth map is reprojected through the corrected metric poses to produce a per-frame depth map for every co-registered video frame.
126
 
127
  Datasets 4 and 5 from the original SCARED release have known calibration issues and are excluded.
128
 
 
118
 
119
  #### Data Collection and Processing
120
 
121
+ The source RGB images and structured-light keyframe depth maps come directly from the original SCARED dataset. Our processing pipeline is specified in the associated preprint.
 
 
 
 
122
 
123
  Datasets 4 and 5 from the original SCARED release have known calibration issues and are excluded.
124