Skip to content

Commit

Permalink
update Blog
Browse files Browse the repository at this point in the history
  • Loading branch information
WncFht committed Jan 1, 2025
1 parent 8fa429b commit 8510bcc
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions docs/Blogs/posts/Gaussian_Splatting_Code.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: Gaussian_Splatting_Code
tags:
- 科研
- 复现
- 三维重建
categories:
date: 2025-01-01T12:11:48+08:00
modify: 2025-01-01T12:11:48+08:00
Expand Down Expand Up @@ -201,15 +204,15 @@ nerf_normalization = getNerfppNorm(train_cam_infos)

## **3. 总结对比**

|**特性**|**Colmap 数据集**|**Blender 数据集**|
|---|---|---|
|**相机参数**|`images.bin``cameras.bin` 中加载外参和内参|`transforms_train.json` 中加载变换矩阵|
|**点云**|`points3D.bin``points3D.txt` 加载|随机生成 10 万个点|
|**图像数据**|存储在 `images/` 文件夹|路径由 JSON 文件指定|
|**深度图**|可选,需 `depth_params.json` 定义|可选,需提供深度图文件夹|
|**归一化**|基于相机位置计算场景中心和半径|同上|
|**测试集划分**|每 8 个视角划分一个到测试集,或读取 `test.txt`|测试集通过 `transforms_test.json` 指定|
|**背景颜色**||可选白色或黑色背景|
| **特性** | **Colmap 数据集** | **Blender 数据集** |
| -------------- | ------------------------------------------------- | ----------------------------------------- |
| **相机参数** | `images.bin``cameras.bin` 中加载外参和内参 | `transforms_train.json` 中加载变换矩阵 |
| **点云** | `points3D.bin``points3D.txt` 加载 | 随机生成 10 万个点 |
| **图像数据** | 存储在 `images/` 文件夹 | 路径由 JSON 文件指定 |
| **深度图** | 可选,需 `depth_params.json` 定义 | 可选,需提供深度图文件夹 |
| **归一化** | 基于相机位置计算场景中心和半径 | 同上 |
| **测试集划分** | 每 8 个视角划分一个到测试集,或读取 `test.txt` | 测试集通过 `transforms_test.json` 指定 |
| **背景颜色** || 可选白色或黑色背景 |

---

Expand Down

0 comments on commit 8510bcc

Please sign in to comment.