3d-gaussian-splatting icon indicating copy to clipboard operation
3d-gaussian-splatting copied to clipboard

Implementation for 3d gaussian splatting

Results 9 3d-gaussian-splatting issues
Sort by recently updated
recently updated
newest added

Very Great work here!! This repo shows great performance on some outside 360 degree scene datasets. I wonder if u tried the NeRF LLFF Dataset from [here](https://drive.google.com/drive/folders/14boI-o5hGO9srnWaaogTU5_ji7wkX2S7). The PSNR is...

Fixes #10 - `long` is not supported in Windows. `int_64t` is used for more explicit typing - `#include ` causes an include error in Windows. Changed to `#include ` to...

Great work! I'm trying to attach a network to estimate camera parameters. Since most renderings are coded in Cuda, would I then need to write the network and backwards all...

Rendering Speed (official) | Rendering Speed (Ours) 160 FPS (avg MIPNeRF360) | 60 FPS

──────────────── viser ────────────────╮ │ ╷ │ │ HTTP │ http://127.0.0.1:6789 │ │ Websocket │ ws://127.0.0.1:6789 │ │ ╵ │ ╰───────────────────────────────────────╯ This is viser result log, but i want to display...

It would be interesting to work with existing pointcloud data instead of SFM Colmap data. For example the E57 file format has rich metadata as well as panorama images (which...

Hi, I use my own dataset, and it has only two images, When the program iterated over 700 times, I occured this error! Could u know how to solve this?...

Hi, Can you provide any suggestions on learning pytorch cuda extension? Find it hard to code in cuda and make a revision.