The processing workflow is as follows (rough outline)
- Feature extraction
- Feature matching (SIFT or Hahog)
- Structure from Motion
- Dense Matching
- Everything else (including GRASS)
These 1st 4 are the heavy lifts of the project. The 1st 3 are done by OpenSfM and are where much of the GPU optimization opportunity is, particularly the feature matching step. This is where GPUs are used heavily by the closed source packages.
There are probably also opportunities in the dense matching step (step 4). This step uses MVE.
Unless fixing packaging is something that brings you joy, looking at these two libraries and optimizing them using GPU would be where you might find the most value time-wise.
I hope this clarifies things and helps.
2 Likes
Wow, Steve! And thanks. I was not looking in that direction at all.
2 Likes
Now, just trying to get the thing to compile. With some the python2 stuff no longer available on the public repo’s, trying to do all python3. These experiments usually fail but what do I have to lose? 
1 Like
I’m not complaining. No, not me.
from x/ODM-Master, “configure.sh” not working. Neither is cmake-gui from the same directory. Getting really frustrated. Almost ready to chuck it.
In the meantime, how often is opencv called, if ever?
David