MrNeRF / awesome-3D-gaussian-splatting

Curated list of papers and resources focused on 3D Gaussian Splatting, intended to keep pace with the anticipated surge of research in the coming months.
MIT License
6.23k stars 366 forks source link

Adding our work - Gradient-Driven 3D Segmentation and Affordance Transfer in Gaussian Splatting #178

Closed JojiJoseph closed 2 months ago

JojiJoseph commented 2 months ago

Gradient-Driven 3D Segmentation and Affordance Transfer in Gaussian Splatting

📄 Preprint | 🌐 Project Page | 💻 Code

MrNeRF commented 2 months ago

Awesome, thx.

As the code is not available yet, code you please add (not yet) to the code tag. Please see other papers how that's done.

JojiJoseph commented 2 months ago

The evaluation code and affordance transfer features are not yet included, but for segmentation, the provided demo.py script is sufficient. You can run python demo.py --help to see the various options available. It uses gsplat as the rasterizer, so the INRIA boilerplate is not required. The requirements.txt contains the modified dependencies needed.

I have updated the label to [code(segmentation)] to reflect that only the segmentation feature is available for now. Please check it, and let me know if any further changes are needed.

MrNeRF commented 2 months ago

Got it . Thanks for the clarification.