Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sharp/cli/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
)
@click.option("-v", "--verbose", is_flag=True, help="Activate debug logs.")
def render_cli(input_path: Path, output_path: Path, verbose: bool):
"""Predict Gaussians from input images."""
"""Render videos from predicted Gaussians with a camera trajectory (CUDA only)."""
logging_utils.configure(logging.DEBUG if verbose else logging.INFO)

if not torch.cuda.is_available():
Expand Down