Open MrCorsair3 opened 1 year ago
Sorry for the late reply. The inloc pipeline requires 3D scan for the references images and is thus not applicable to simple image collections. The demo notebook demo.ipynb should be sufficient for you. Can you give it a try?
We provide pair lists for common datasets so that users do not need to re-compute them. This is not applicable to custom datasets.
Hello, thanks for really great work. I would like to use your algohorithm to match/find simillar scenes in the indoor photos. I think hloc is the tool I need but I'm having problem with correctly run yours demo code in the colab notebook.
This is my doubts and problems:
match_path = match_features.main(matcher_conf, loc_pairs, feature_conf['output'], outputs)
error:To resolve it I think I have to use script 'hloc/pairs_from_retrieval.py' berofe, I have right ? If yes then why,
I know that's a lot of questions, but the answers to them would be helpful for me. Thanks in advance for your help and best regards.