File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ This is done in `pytorch-dense-correspondence`. In `pdc`
62
62
1 . ` use_pytorch_dense_correspondence `
63
63
2 . ` use_director `
64
64
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 `
72
72
You can’t perform that action at this time.
0 commit comments