MrNeRF / gaussian-splatting-cuda

3D Gaussian Splatting, reimagined: Unleashing unmatched speed with C++ and CUDA from the ground up!
Other
909 stars 74 forks source link

change training iteration output to progress bar style #24

Closed ihorizons2022 closed 1 year ago

ihorizons2022 commented 1 year ago

it is more easier to observer the iterations per second.

MrNeRF commented 1 year ago

Agree. We should change this and what is reported. Perhaps you like to provide a reference implementation?

ihorizons2022 commented 1 year ago

i think implementation in https://github.com/graphdeco-inria/gaussian-splatting is fine. or tqdm in python

MrNeRF commented 1 year ago

Sure. But unfortunately, this won't be high priority for now at least not for me. That's why I am asking. But I would be very happy if you or someone comes up with an implementation in C++. Would be a really nice addition. I mark this issue accordingly. Maybe someone will grab it.

Thank you for bringing this up!

ihorizons2022 commented 1 year ago

No problem

MrNeRF commented 1 year ago

Here you go: https://github.com/MrNeRF/gaussian-splatting-cuda/pull/26 Thx @paulmelis

ihorizons2022 commented 1 year ago

Nice, I will have a try immediately. Next expectation is a more convenient viewer or editor.

Cheers