Skip to content

Conversation

@Joilnen
Copy link
Contributor

@Joilnen Joilnen commented Nov 16, 2025

I was tired to have two binaries for to test with/without visualization

("stop-screen-size-at", "Stop splitting gaussians that are larger than [split-screen-size] after these many steps", cxxopts::value<int>()->default_value("4000"))
("split-screen-size", "Split gaussians that are larger than this percentage of screen space", cxxopts::value<float>()->default_value("0.05"))
("colmap-image-path", "Override the default image path for COLMAP-based input", cxxopts::value<std::string>()->default_value(""))
("has-visualization", "Show the visualization steps of training", cxxopts::value<bool>()->default_value("0"))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be enclosed in #ifdef USE_VISUALIZATION ?

@pierotofy pierotofy merged commit 5bc9b2d into pierotofy:main Nov 17, 2025
19 of 28 checks passed
@pierotofy
Copy link
Owner

Thanks @Joilnen !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants