change training iteration output to progress bar style
ihorizons2022 opened this issue · 6 comments
it is more easier to observer the iterations per second.
Agree. We should change this and what is reported. Perhaps you like to provide a reference implementation?
i think implementation in https://github.com/graphdeco-inria/gaussian-splatting is fine.
or tqdm in python
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!
No problem
Here you go: #26
Thx @paulmelis
Nice, I will have a try immediately.
Next expectation is a more convenient viewer or editor.
Cheers