Repository for performing feature matching using the DeDoDev2 model in PyTorch
git clone https://github.com/ibaiGorordo/dedodev2-pytorch-inference.git
cd dedodev2-pytorch-inference
pip install -r requirements.txtRecommended but requires uv to be installed (https://docs.astral.sh/uv/getting-started/installation/)
git clone https://github.com/ibaiGorordo/dedodev2-pytorch-inference.git
cd dedodev2-pytorch-inference
uv sync- Additionally, to activate the uv environment:
source .venv/bin/activatein macOS and Linux or.venv\Scripts\activatein Windows
python example_image_keypoints.pypython example_image_pair_matching.pypython example_webcam_feature_tracking.pyVideo feature tracking example (https://youtu.be/cDHNvORTRjo?si=aMZt5hiCrqWf3lhQ)
python example_video_feature_tracking.pyThe code is taken from the official DeDoDe repository which is distributed under the MIT License. See LICENSE for more information.

