sharinka0715 / semantic-gaussians

Official implemetation of the paper "Semantic Gaussians: Open-Vocabulary Scene Understanding with 3D Gaussian Splatting".
MIT License
122 stars 9 forks source link

Full code release schedule #1

Closed IOYS-DEV closed 4 months ago

IOYS-DEV commented 5 months ago

Thank you for the valuable research. I am interested in conducting various experiments, but it seems that some parts of the code, such as the configuration files and dataloader.

Could you share the update schedule?

sharinka0715 commented 4 months ago

Hi,

I think that the released code is able to reproduce the quantitative results reported in our paper. The configurations are in configs/ and there is no special dataloader. You can refer to the Usage section to train 3D Gaussians, 2D projection, 3D semantic network, and evaluation on ScanNet dataset. As for qualitative results on MVImgNet and CMU Panoptic dataset, you can conduct 2D projection experiments by applying our default configs.

If you feel that some specific modules are missing, please describe them concretely. And we are planning to share our pre-trained 3D Gaussians and 3D semantic network soon, but we cannot promise an accurate schedule.