Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nuneslu authored Mar 6, 2024
1 parent d94959d commit b114fec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,4 @@ For training the refinement network, the configurations are defined in `config/c

For running the scene completion inference we provide a pipeline where both the diffusion and refinement network are loaded and used to complete the scene from an input scan. You can run the pipeline with the command:

`python3 tools/diff_completion_pipeline.py --ckpt CHECKPOINT_PATH -T DENOISING_STEPS -s CONDITIONING_WEIGHT`

Upon acceptance of the paper, we will release the noise predictor and refinement network together with the code.
`python3 tools/diff_completion_pipeline.py --diff DIFF_CKPT --refine REFINE_CKPT -T DENOISING_STEPS -s CONDITIONING_WEIGHT`

0 comments on commit b114fec

Please sign in to comment.