From 2132394b2ce14c957ef097314e40fe27780a4189 Mon Sep 17 00:00:00 2001 From: wangfeng Date: Mon, 26 Jun 2023 01:48:26 +0800 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0805c47..c677221 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An unofficial Implementation of 3D Gaussian Splatting for Real-Time Radiance Fie We implement the 3d gaussian splatting methods through PyTorch with CUDA extensions, including the global culling, tile-based culling and rendering forward/backward codes. #### Update -- 6/26/2023 Accelerate **Training** Speed from avg 4 it/s to 8.5 it/s, by replacing part of atomicAdd by warp reduction primitive. +- 6/26/2023 Accelerate **Training** Speed from avg 4 it/s to 8.5 it/s, by replacing part of atomicAdd by warp reduction primitive, costing 14 minutes for training 7k iterations on Garden scene. | Scene | PSNR from paper | PSNR from this repo | Rendering Speed (official) | Rendering Speed (Ours) | | --- | --- | --- | --- | --- |