aipixel / GPS-Gaussian

[CVPR 2024 Highlight] The official repo for “GPS-Gaussian: Generalizable Pixel-wise 3D Gaussian Splatting for Real-time Human Novel View Synthesis”
https://shunyuanzheng.github.io/GPS-Gaussian
MIT License
485 stars 29 forks source link

The output data #45

Open Jesse-men opened 3 months ago

Jesse-men commented 3 months ago

Hi Shunyuan,

Thanks for your nice work! I ran the test code, but the saved data was in jpg format, could I save the output as 3D data in ply format? In addition, if we would like to do the inference on real people captured by cameras in real-time, is there any processing required?

Thank you😊

ShunyuanZheng commented 3 months ago

Hi, thanks for your interest.

The Gaussian points here is in 3D format, you can save them in ply format for visualization. The inference on real people in real-time entails a C++ implementation of both a matting technique and our method.

Jesse-men commented 3 months ago

Very appreciate it. May I know about the C++ implementation in detail? Or would it be possible to share some materials for it if it is convenient? Many thanks!

ShunyuanZheng commented 3 months ago

Sorry, we have no plan to open-source the C++ implementation.