🛰️ 底层架构 | Core Architecture
graph LR
A[LiDAR Raw Data] --> B[Octree Spatial Partition]
B --> C[Neural Voxelization]
C --> D{Hybrid Render Pipeline}
D --> E[PointCloud Render]
D --> F[Gaussian Splatting]
D --> G[NeRF Synthesis]
8000