GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
[SIGGRAPH'24] 2D Gaussian Splatting for Geometrically Accurate Radiance Fields - 2d-gaussian-splatting/train.py at main · PeterZs/2d-gaussian-splatting
.gitignore .gitmodules LICENSE.md README.md build_ext.sh convert.py environment.yml metrics.py render.py train.py Breadcrumbs 2d-gaussian-splatting-shading / convert.py Latest commit Cannot retrieve latest commit at this time. History History...
# download git clone https://github.com/hbb1/2d-gaussian-splatting.git --recursive # if you have an environment used for 3dgs, use it # if not, create a new environment conda env create --file environment.yml conda activate surfel_splatting Training To train a scene, simply use python...
# download git clone https://github.com/hbb1/2d-gaussian-splatting.git --recursive # if you have an environment used for 3dgs, use it # if not, create a new environment conda env create --file environment.yml conda activate surfel_splatting Training To train a scene, simply use python...
parser.add_argument("--unbounded", action="store_true", help='Mesh: using unbounded mode for meshing') parser.add_argument("--mesh_res", default=1024, type=int, help='Mesh: resolution for unbounded mesh extraction') @@ -94,7 +95,10 @@ mesh = gaussExtractor.extract_mesh_unbounded(re...
#downloadgit clone https://github.com/hbb1/2d-gaussian-splatting.git --recursive#if you have an environment used for 3dgs, use it#if not, create a new environmentconda env create --file environment.yml conda activate surfel_splatting ...
License ie gaussian-splatting. Work means the Software and any additions to or derivative works of the Software that are made available under this License. 2. Purpose This license is intended to define the rights granted to the Licensee by Licensors under the Software. 3. Rights granted For ...
We also devise meshing approaches for Gaussian splatting. ⭐ New Features 2024/05/05: Important updates - Now our algorithm supports unbounded mesh extraction! Our key idea is to contract the space into a sphere and then perform adaptive TSDF truncation. Installation # download https:/...
这个例子来源于GitHub - OutofAi/2D-Gaussian-Splatting: A 2D Gaussian Splatting paper for no obvious reasons. Enjoy! 按他Colab的整理了代码在这里 GitHub - Hexiaoming20151216/2D_gaussian_splatting 1. 运行方法 在保证有一些常用的依赖得情况下,直接将代码clone至本地,直接可运行。或者用原作者提供的Cola...