local-feature-evaluation icon indicating copy to clipboard operation
local-feature-evaluation copied to clipboard

about matches_importer

Open jihaoxuanye opened this issue 5 years ago • 7 comments

I don not have this execuate './colmap/build/src/exe/matches_importer ',and how to get it?

jihaoxuanye avatar Jul 24 '19 07:07 jihaoxuanye

@jihaoxuanye Please have a look at the INSTRUCTIONS.md file, especially on installing all requirements (including COLMAP).

tsattler avatar Jul 24 '19 21:07 tsattler

I don not have this execuate './colmap/build/src/exe/matches_importer ',and how to get it?

I don't have it either,could you tell me how to solve it? And i don't have "image-pairs.txt",how to produce it?

x1597275 avatar Apr 26 '21 09:04 x1597275

Newer versions of Colmap do not have separate executables anymore. Try replacing the call with './colmap/build/src/exe/colmap matches_importer'

tsattler avatar Apr 26 '21 09:04 tsattler

Newer versions of Colmap do not have separate executables anymore. Try replacing the call with './colmap/build/src/exe/colmap matches_importer' Thank you,I follow it,you see ,it seems like the 'matches_importer' run nothing,I don't how to create 'image-pair.txt',so i use 'touch image-pair.txt' to create it,and follow the INSTRUCTIONS.md, reports that: Screenshot from 2021-04-26 17-37-14

x1597275 avatar Apr 26 '21 09:04 x1597275

The image-pair.txt file should contain pairs of images for which features should be matched. If it is empty, no features will be matched.

tsattler avatar Apr 26 '21 13:04 tsattler

The image-pair.txt file should contain pairs of images for which features should be matched. If it is empty, no features will be matched.

I want to know how to produce image-pair. txt. I have ran the matching-pipeline.,it doesn't produce Image-pair. txt,just 'matches' directory

x1597275 avatar Apr 26 '21 14:04 x1597275

It is a text file containing two image names per row (the filenames are defined with respect to the image directory used by Colmap and separated by a white space). See here (under custom matching): https://colmap.github.io/tutorial.html#feature-matching-and-geometric-verification

If you are using your own dataset, you have to create the file yourself.

tsattler avatar Apr 26 '21 15:04 tsattler