-
Thanks for the great work. With the current code base would it be possible to incrementally insert images and do training/mapping? If not what code changes would you suggest to look into? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
No, currently this is not supported. What what be your use case? What would this feature enable? |
Beta Was this translation helpful? Give feedback.
-
I see, very cool! |
Beta Was this translation helpful? Give feedback.
No, currently this is not supported.
Take a look at: https://github.com/MrNeRF/gaussian-splatting-cuda/blob/master/src/scene.cu
You just need to implement method, to load more data incrementally or you try lazy loading of images.
What what be your use case? What would this feature enable?