Skip to content

Commit 604d768

Browse files
authored
Update data_processing_single_scene.md
1 parent 2ae1963 commit 604d768

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/data_processing_single_scene.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ This is done in `pytorch-dense-correspondence`. In `pdc`
6262
1. `use_pytorch_dense_correspondence`
6363
2. `use_director`
6464
3. `run_change_detection --data_dir <full_path_to_log_folder>/processed`
65-
66-
This will run change detection and render new depth images for the full scene and the cropped scene. The data that is produced by this step is
67-
68-
- `processed/rendered_images/000000_depth.png`
69-
- `processed/rendered_images/000000_depth_cropped.png`
70-
- `processed/image_masks/000000_mask.png`
71-
- `processed/image_masks/000000_mask_visible.png`
65+
- This will run change detection and render new depth images for the full scene and the cropped scene. The data that is produced by this step is
66+
- `processed/rendered_images/000000_depth_cropped.png`
67+
- `processed/image_masks/000000_mask.png`
68+
- `processed/image_masks/000000_mask_visible.png`
69+
4. `render_depth_images.py --data_dir <full_path_to_log_folder>/processed`
70+
- This will render depth images against the full tsdf reconstruction, not the cropped one.
71+
- Produces the file `processed/rendered_images/000000_depth.png`
7272

0 commit comments

Comments
 (0)