calpoly-csai / argo-editor

BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Mesh rendering using depth estimation #13

Open Waidhoferj opened 3 years ago

Waidhoferj commented 3 years ago

With depth estimation and a panoramic image, we can render 3D objects that the user can walk around. With panoramic video, we can texture the objects as well. This would make the experience more like an interactive video game instead of a series of panoramas. Here is Ventura's code to do this for cylindrical panoramas, and a SLAM algorithm for tracking camera position.

Look into the techniques and build a toy example on a new branch.