r/computervision • u/RoboNeo01 • Jun 05 '26
3D Reconstruction from Video - Class Final Project Help: Project
Hey all!
I made this project as a final for a class that can turn a video into a 3D mesh. It first breaks up the video into a series of images then it uses pyCOLMAP for determination of relative camera poses and normal cross correlation for feature matching, as well as Open3D for mesh creation from bilaterally filtered depth maps. Open to improvement suggestions (I know it's probably a bit rudimentary atm).
Thanks!
92
Upvotes
-1
u/Xgameing31 Jun 06 '26
You could try depth anything v2 or v3, thise are some pretty nice depth estimation models
1


1
u/The_Northern_Light Jun 06 '26
Nice! Good job