/bin:
- Contains the bash script to run the pipeline
Utilize a machine learning model zoedepth-nyu-kitti found from Huggingface to calculate the depth per pixel of the image. Utilize perspective projection that was developed in MATH 214 to transform the pixels to their perspective depths. An additional step to convert the point cloud into a mesh was implemented by using the Ball Pivoting Algorithm in Open3D.
An example input and output are shown below:
Input:
Outputs:
![]() |
![]() |

