TruongKhang / TopicFM

[AAAI2023] TopicFM: Robust, Efficient, and Interpretable Topic-Assisted Feature Matching
Apache License 2.0
106 stars 4 forks source link

How to run the demo with a pair of images? #6

Closed cxmscb closed 1 year ago

cxmscb commented 1 year ago

Hello I have no idea about how to run the TopicFM demo with a pair of images. Any help would be appreciated.

TruongKhang commented 1 year ago

Hi @cxmscb, to run a demo with an image pair, you just need to put your pair in a folder and then run this command:

python visualization.py --run_demo --method topicfm --dataset_dir <path/to/your/demo_folder> --dataset_name aachen_v1.1

We also provide several options for running demo:

Hope this help. Please let me know if there is any problems.