News|Tools

GSOPs: 3DGS in Houdini

Michael Rubloff

Michael Rubloff

Jan 15, 2024

Email
Copy Link
Twitter
Linkedin
Reddit
Whatsapp
GSOP
GSOP

The integration of 3D Gaussian Splatting into additional platforms is progressing rapidly, with an already established presence in platforms like Unity and Unreal Engine. Today, we're seeing SideFX's Houdini receive access through GSOPs. GSOPs or Gaussian Splat Operators, comes from Creative Technologist, David Rhodes, and is completely free.

GSOPs allow for a range of operations, including isolating objects, noise and floater removal, model deformation and animation, scene composition, and generating meshes from gaussian splat models. It includes several SOP nodes, each designed to perform specific tasks like aligning, cropping, clustering, deforming, and exporting Gaussian splats. Additionally, users can perform statistical analyses of splat models and generate synthetic training data for Gaussian splat models.

GSOPs can create synthetic datasets for Gaussian Splatting

One of the big limitations in the research world I've come to learn is a lack of datasets for researchers to utilize. With GSOPs, this could be the beginning of the end of that problem. Using Houdini, people will be able to generate synthetic data with the hallmark view dependent features of radiance fields.

As part of the V1 release, here are the full list of available nodes:

  1. gaussian_splats_align_by_points: This node aligns a gaussian splat model to the world origin, ensuring proper orientation and positioning for further editing or integration into larger scenes.

  2. gaussian_splats_crop: Crops or groups a splat model.

  3. gaussian_splats_dbscan: This tool performs density-based spatial clustering. It's particularly useful for cleaning up models by removing noise and outliers, thus enhancing the clarity and quality of the final render.

  4. gaussian_splats_deform: Deform splat models using polygonal geometry.

  5. gaussian_splats_export: Exports Houdini gaussian splat geometry to disk, converting all relevant point data to native gaussian splat attributes in the process.

  6. gaussian_splats_feature_analysis: Perform statistical analysis of gaussian splat models.

  7. gaussian_splats_generate_training_data: Generate synthetic data suitable for training gaussian splat models.

  8. gaussian_splats_import: Loads a trained gaussian splat model, converting all relevant data to native Houdini point attributes.

  9. gaussian_splats_import_cameras: Imports the cameras.json file generated as a result of training gaussian splat models.

  10. gaussian_splats_visualize_boxes: Visualize gaussian splats as opaque boxes.

GSOPs is pretty easy to install. Users need to clone the repository, copy the GSOPs.json file into the Houdini user preferences directory, and modify the file path accordingly. It comes with its own help card documentation and example scenes to guide users through gaussian splat workflows.

All digital assets and example scenes included on the install are under the Houdini Apprentice license, making them accessible for educational and experimental use. However, GSOPs itself is MIT Licensed for those that want to contribute, fork it, or explore it for their own purposes.

A viewport renderer is in progress, but in the interim, GSOPs will work with PlayCanvas's Supersplat. There are also some known issues like rotation not updating spherical harmonics data and scaling issues leading to artifacts. However, Rhodes is working on these areas and encourages community contributions to enhance GSOPs further.

GSOPs has also been entered to SideFX's H20 SIDEFX LABS Tech Art Challenge and it would mean a lot to David to vote for GSOPs, if you find it useful. For further inquiries or collaboration opportunities related to GSOPs, David Rhodes can be contacted at david.a.rhodes.3d@gmail.com or through his Linkedin.

Another major platform now supports a radiance field method. What other applications are on your bucket list?

Featured

Featured

Featured

Research

Frustum Volume Caching

A criticism of NeRFs is their rendering rates. Quietly a couple of papers have been published over the last two months which push NeRFs into real time rates.

Michael Rubloff

Jul 26, 2024

Research

Frustum Volume Caching

A criticism of NeRFs is their rendering rates. Quietly a couple of papers have been published over the last two months which push NeRFs into real time rates.

Michael Rubloff

Jul 26, 2024

Research

Frustum Volume Caching

A criticism of NeRFs is their rendering rates. Quietly a couple of papers have been published over the last two months which push NeRFs into real time rates.

Michael Rubloff

Research

N-Dimensional Gaussians for Fitting of High Dimensional Functions

It significantly improves the fidelity of reflections and other view-dependent effects, making scenes look more realistic.

Michael Rubloff

Jul 24, 2024

Research

N-Dimensional Gaussians for Fitting of High Dimensional Functions

It significantly improves the fidelity of reflections and other view-dependent effects, making scenes look more realistic.

Michael Rubloff

Jul 24, 2024

Research

N-Dimensional Gaussians for Fitting of High Dimensional Functions

It significantly improves the fidelity of reflections and other view-dependent effects, making scenes look more realistic.

Michael Rubloff

Platforms

Luma AI launches Loops for Dream Machine

Luma AI is starting the week off hot, with the release of Loops.

Michael Rubloff

Jul 22, 2024

Platforms

Luma AI launches Loops for Dream Machine

Luma AI is starting the week off hot, with the release of Loops.

Michael Rubloff

Jul 22, 2024

Platforms

Luma AI launches Loops for Dream Machine

Luma AI is starting the week off hot, with the release of Loops.

Michael Rubloff

Platforms

SuperSplat adds Histogram Editing

PlayCanvas is back with a new update to SuperSplat. It's the release of v0.22.2 and then the quick update to v0.24.0.

Michael Rubloff

Jul 18, 2024

Platforms

SuperSplat adds Histogram Editing

PlayCanvas is back with a new update to SuperSplat. It's the release of v0.22.2 and then the quick update to v0.24.0.

Michael Rubloff

Jul 18, 2024

Platforms

SuperSplat adds Histogram Editing

PlayCanvas is back with a new update to SuperSplat. It's the release of v0.22.2 and then the quick update to v0.24.0.

Michael Rubloff

Trending articles

Trending articles

Trending articles

Platforms

Nerfstudio Releases gsplat 1.0

Just in time for your weekend, Ruilong Li and the team at Nerfstudio are bringing a big gift.

Michael Rubloff

Jun 7, 2024

Platforms

Nerfstudio Releases gsplat 1.0

Just in time for your weekend, Ruilong Li and the team at Nerfstudio are bringing a big gift.

Michael Rubloff

Jun 7, 2024

Platforms

Nerfstudio Releases gsplat 1.0

Just in time for your weekend, Ruilong Li and the team at Nerfstudio are bringing a big gift.

Michael Rubloff

News

SIGGRAPH 2024 Program Announced

The upcoming SIGGRAPH conference catalog has been released and the conference will be filled of radiance fields!

Michael Rubloff

May 14, 2024

News

SIGGRAPH 2024 Program Announced

The upcoming SIGGRAPH conference catalog has been released and the conference will be filled of radiance fields!

Michael Rubloff

May 14, 2024

News

SIGGRAPH 2024 Program Announced

The upcoming SIGGRAPH conference catalog has been released and the conference will be filled of radiance fields!

Michael Rubloff

Platforms

Google CloudNeRF: Zip-NeRF and CamP in the Cloud

It doesn't seem like a lot of people know this, but you can run CamP and Zip-NeRF in the cloud, straight through Google and it's actually super easy. It’s called CloudNeRF.

Michael Rubloff

May 8, 2024

Platforms

Google CloudNeRF: Zip-NeRF and CamP in the Cloud

It doesn't seem like a lot of people know this, but you can run CamP and Zip-NeRF in the cloud, straight through Google and it's actually super easy. It’s called CloudNeRF.

Michael Rubloff

May 8, 2024

Platforms

Google CloudNeRF: Zip-NeRF and CamP in the Cloud

It doesn't seem like a lot of people know this, but you can run CamP and Zip-NeRF in the cloud, straight through Google and it's actually super easy. It’s called CloudNeRF.

Michael Rubloff

Tools

splaTV: Dynamic Gaussian Splatting Viewer

Kevin Kwok, perhaps better known as Antimatter15, has released something amazing: splaTV.

Michael Rubloff

Mar 15, 2024

Tools

splaTV: Dynamic Gaussian Splatting Viewer

Kevin Kwok, perhaps better known as Antimatter15, has released something amazing: splaTV.

Michael Rubloff

Mar 15, 2024

Tools

splaTV: Dynamic Gaussian Splatting Viewer

Kevin Kwok, perhaps better known as Antimatter15, has released something amazing: splaTV.

Michael Rubloff