Rishit-dagli / NeRF-US

Official code for NeRF-US: Removing Ultrasound Imaging Artifacts from Neural Radiance Fields in the Wild
https://rishitdagli.com/nerf-us
Apache License 2.0
8 stars 0 forks source link

Gaussian Splatting for ultrasound reconstruction #2

Closed zshuai9508 closed 2 weeks ago

zshuai9508 commented 3 weeks ago

Very amazing work. I have a question: how is Gaussian Splatting used for rasterization in ultrasound view synthesis?

Rishit-dagli commented 2 weeks ago

hey, so we use gsplat (running it like any of our other baselines with nerfstudio). we already have a COLMAP dataset, so we start with initializing gaussians on SfM points from COLMAP and train on full images following the gsplat codebase (with the hyperparameters we list in the paper).

maybe this bit wasn't clear earlier but we evaluate gaussian splatting for the standard NeRF task (some recent works have tried to do different tasks with such representation but we do not explore any other tasks), 3D reconstruction and novel view synthesis.