You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]