ibaiGorordo/Pytorch-KP2D-Feature-Tracking
Python scripts for performing 2D feature detection and tracking using the KP2D model in Pytorch
This helps computer vision engineers and researchers track specific points across video frames or between still images. You provide video footage or image pairs, and it outputs visual data highlighting detected and tracked keypoints. This is useful for tasks like object recognition, motion analysis, or visual odometry.
No commits in the last 6 months.
Use this if you need to identify and follow distinct visual features in a video sequence or match them between different still images.
Not ideal if you need to train your own custom keypoint detection models, as this project focuses on using pre-trained models for inference.
Stars
34
Forks
2
Language
Python
License
MIT
Category
Last pushed
Feb 27, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/ibaiGorordo/Pytorch-KP2D-Feature-Tracking"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
roboflow/rf-detr
[ICLR 2026] RF-DETR is a real-time object detection and segmentation model architecture...
stereolabs/zed-sdk
⚡️The spatial perception framework for rapidly building smart robots and spaces
mikel-brostrom/boxmot
BoxMOT: Pluggable SOTA multi-object tracking modules with support for axis-aligned and oriented...
RizwanMunawar/yolov7-object-tracking
YOLOv7 Object Tracking Using PyTorch, OpenCV and Sort Tracking
google-deepmind/tapnet
Tracking Any Point (TAP)