# diff-gaussian-rasterization-depth **Repository Path**: yejun668/diff-gaussian-rasterization-depth ## Basic Information - **Project Name**: diff-gaussian-rasterization-depth - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-26 - **Last Updated**: 2024-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Differential Gaussian Rasterization with Depth Forward and Backward Functionality ## About An extension of the rasterization engine for the paper "3D Gaussian Splatting for Real-Time Rendering of Radiance Fields". We make two contributions: * Depth forward: render depth map, weight map, along with color map * Depth backward: backpropagate the graidents from depth loss to Gaussians. Note that our method calculates depth values based on volume rendering, and corrects the depth by **dividing it by the weights** of volume rendering. You can apply supervision to them, such as depth monocular estimation. If you do not wish to correct the depth, you can obtain the uncorrected depth map by multiplying the depth map with the weight map. **We have verified its correctness on real datasets under sparse view setting (e.g., 3 views), by supervising the optimization with monocular depth.** Result of dataset `360v2 bonsai` :
rendered image |
depth map |