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.2.tar.gz
(16.8 kB
view details)
File details
Details for the file easy_local_features-0.2.2.tar.gz
.
File metadata
- Download URL: easy_local_features-0.2.2.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abf910d3ae4121afde7add39ca45245c88998945b2534d74bf138f0700e0219f |
|
MD5 | a4978f0baecc9850cde032e55cf4487a |
|
BLAKE2b-256 | a735b92df50fbb47716adca68071dce4bcbbfef200159d3130acdee71c8074c1 |