fix 3rd paragraph

This commit is contained in:
brooke 2024-06-03 03:54:44 -04:00
parent 612e306caa
commit 24d08e843e

View file

@ -24,7 +24,7 @@ The concept of using 3D scanning as an alternative means for people to interact
Techniques such as NeRF, [MIP-NeRF](https://arxiv.org/abs/2103.13415), [3D Gaussian Splatting](https://arxiv.org/abs/2308.04079), and others demonstrate a fast and simpler method of 3D scanning compared to traditional laser or projection scanning. These methods are not considered "production-ready." These models are made up of very dense "point clouds" that cannot easily be translated into CAD. Supplementary software is getting better, but laser and projection scanning are still the best for high-accuracy work. Techniques such as NeRF, [MIP-NeRF](https://arxiv.org/abs/2103.13415), [3D Gaussian Splatting](https://arxiv.org/abs/2308.04079), and others demonstrate a fast and simpler method of 3D scanning compared to traditional laser or projection scanning. These methods are not considered "production-ready." These models are made up of very dense "point clouds" that cannot easily be translated into CAD. Supplementary software is getting better, but laser and projection scanning are still the best for high-accuracy work.
3D guassians have been a new focus of research. You can use an entirely software-defined approach to create very light (the below model is 6 MB) and high-quality 3D models. With [polygon-based](https://en.wikipedia.org/wiki/Polygonal_modeling) models, you would have never been able to get this amount of accuracy in a 3D model that can run on a phone. 3D guassian spatting has been a new focus of research. You can use an entirely software-defined approach to create very light (the below model is 6 MB) and high-quality 3D models. With [polygon-based](https://en.wikipedia.org/wiki/Polygonal_modeling) models, you would have never been able to get this amount of accuracy in a 3D model that can run on a phone.
## Showcase ## Showcase