AIBluefisher / DAGSfM

Distributed and Graph-based Structure from Motion. This project includes the official implementation of our Pattern Recognition 2020 paper: Graph-Based Parallel Large Scale Structure from Motion.
https://aibluefisher.github.io/GraphSfM/
BSD 3-Clause "New" or "Revised" License
395 stars 84 forks source link

Image pairs:0 #54

Closed xycai-pku closed 2 years ago

xycai-pku commented 2 years ago

I follow the tutorial and run on several datasets but got the same error。 error I didn‘t install the Python Modules, does this matter?

yamiefun commented 2 years ago

Hi @xycai-pku , I meet the same problem. Have you solved it?

xycai-pku commented 2 years ago

Sorry, I didn‘t insist on it and the problem still remains.

AIBluefisher commented 2 years ago

Note that features should be extracted at first, or the similarity searching step does nothing.

yamiefun commented 2 years ago

@xycai-pku i checkout the repo to master branch and everything works lol.

xycai-pku commented 2 years ago

Thanks for your advices! I will try it later.