No project description provided
Project description
easy-local-features-baselines
Just some scripts to make things easier for the local features baselines.
Installation
pip install -r requirements.txt
pip install .
How to use
from easy_local_features import DEAL
# from easy_local_features import DALF, DISK, R2D2, SuperPoint, SuperGlue
# Load an image
img = cv2.imread("assets/notredame.png")
# Initialize the extractor
extractor = DEAL()
# Return keypoints and descriptors just like OpenCV
keypoints, descriptors = extractor.detectAndCompute(img)
TODO
- Add a setup.py to make it a pip package
- Add a script to download some datasets
- Add a download script for the pretrained models
- Add more baselines :)
- ASLFeat
- DELF
- LoFTR
- DKM
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
easy_local_features-0.2.1.tar.gz
(16.7 kB
view details)
File details
Details for the file easy_local_features-0.2.1.tar.gz
.
File metadata
- Download URL: easy_local_features-0.2.1.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3da471a74b9822e57e6c6a442f82c81ee751e8524db835fc2ac4f83e67be404e |
|
MD5 | 81a715d950d866eac2ff710057350f3f |
|
BLAKE2b-256 | ba1827e3c1bd23262f7ac3a35f54434addb41939870cf8e7999c9b1ceb6f6aba |