PIX3LFLUX / MeshroomDFM

MIT License
9 stars 1 forks source link

Solving the Structure from Motion Problem #1

Open mirkosprojects opened 10 months ago

mirkosprojects commented 10 months ago

With the current implementation of the DFM Node, the pipeline fails at the Structure from Motion Node. This topic has been opened as a discussion in the Meshroom repository and can be found here.

A possible first step to solve this problem has been proposed in the Conclusion of the Wiki.

Solving the Structure from Motion Problem

The error logs of the structure from motion node can be found in a discussion, that I started to the meshroom forums. Here, someone suggested to take a look at the source code of the structure from motion node, specifically at the fuseMatchesIntoTracks function. A first look into the source code reveals, that SfM fails at the computePyramidPerView function, which could rely on the descriptors being present in the same directory as the features.

vintheruler1 commented 9 months ago

Any updates on this? Trying to use this too but encountered the same issue.

fabiencastan commented 9 months ago

The computePyramidPerView function does not rely on the descriptors.

mirkosprojects commented 5 months ago

Any updates on this? Trying to use this too but encountered the same issue.

I'm not currently working on this project, so there aren't any fixes for the problem yet. I hope, that other students will pick it up though.