-
I am runing the kpm pipeline on my deeplabcut analyzed data with 10 individuals' position. When I run the generate grid movie function I encounter such error:
```
---------------------------------…
-
I'm working on a project that involves 8 different camera views and I want to aligning keypoints for using Multi-view PCA loss. The keypoints in my dataset were labeled using SLEAP, and they share the…
-
> [XFeat: Accelerated Features for Lightweight Image Matching](https://github.com/verlab/accelerated_features/)
> TL;DR: Really fast learned keypoint detector and descriptor. Supports sparse and semi…
-
find areas of high importance in an image
-
### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Description
Right now there is no…
-
As above, i have a custom feature and matching step, that converts to Opencv:
```
std::vector kp0;
std::vector kp1;
std::vector matches;
```
I add these to a database like this:
```
colm…
-
### Title
Adding more projects under Image Processing Topic
### Enhancement Aim
Aim is to add more projects to make the user understand different aspects of Image processing like feature detection…
-
Hello,
I've been utilizing the default SuperPoint for feature extraction combined with LightGlue for keypoint matching in this repository, and the results have been quite satisfactory in my use cas…
-
Thanks for providing this brilliant repo.
It works well on the web app. May I know is there a Python API I can use in the Python script? For example, I have two images and want to perform keypoint …
-
I can see that `match_xfeat` and `match_xfeat_star` use different strategies for fine grained feature matching:
### `match_xfeat`
On one hand, `match_xfeat` uses the model keypoints output (fine-g…