alicevision / Meshroom

3D Reconstruction Software
http://alicevision.org
Other
11.09k stars 1.08k forks source link

Trying to add custom depth[question] #2150

Open EhrazImam opened 1 year ago

EhrazImam commented 1 year ago

Great work, However how can make changes if i want to as my custom depth estimation model for better quality, As i am new to this software it will be great for input.

natowi commented 1 year ago

Here are some resources you may find useful: https://github.com/alicevision/Meshroom/issues/1493 Depthmapimport https://github.com/alicevision/Meshroom/issues/528 Depthmapconvert https://github.com/joreeves/mr2nerf https://github.com/SamMaoYS/arkit2meshroom https://github.com/alicevision/meshroom/issues/1361 https://github.com/nicolalandro/DenseDepth/tree/master/meshroom (semiworking)

https://github.com/PIX3LFLUX/MeshroomDFM -> similar effort but for feature matching

Can you share a link to your depth estimation model or is it wip? You could also get in touch with the AliceVision Team if you are interested in contributing.

Note: Meshroom represents depth using ray unit vectors multiplied by the depth value, also some other things are required to get a valid file (see links above)