EndoGaussian
EndoGaussian copied to clipboard
Questions about Ablation Study Procedures
Hello, thank you for your work on the paper and code. I am also interested in replicating the ablation study section, but I have some questions about the specific methods.
Regarding the Gaussian Initialization operation, is it possible to understand the use of COLMAP and EndoNeRF for initialization as a difference in dataset reading? That is, the discrimination of scene_info
in
scene/init.py, lines 39~42,
to the sceneLoadTypeCallbacks
operation in
scene/dataset_readers.py.
Also, how should the random initialization method be implemented, and is this part reflected in the code?
Besides, for the Gaussian Tracking part, is there any code implementation available that uses MLP replacement?
Thank you very much for your attention and response. Wish you have a good day : )