|
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? |
Answered by
MrNeRF
Oct 1, 2023
Replies: 2 comments 2 replies
|
No, currently this is not supported. What what be your use case? What would this feature enable? |
1 reply
Answer selected by
MrNeRF
|
I see, very cool! |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?