microsoft / microsoft/winml-cli

[Task] image-feature-extraction (point matching) model support

Open
#285 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

model / task scale P2 triaged
Dominant language
Python
Stars
40
Forks
11
Avg merge
1d 8h
Merged PRs (30d)
50

Description

Overview

Interest point detection and image pair matching models detect repeatable local features (keypoints) in images and match them across different views of the same scene. SuperPoint detects and describes keypoints; LightGlue efficiently matches descriptors between image pairs.

Agent Scenarios

  • Visual localization agent: match a query photo to a map database for GPS-denied indoor navigation or AR anchoring
  • 3D reconstruction agent: feed matched point pairs into structure-from-motion pipelines to build scene geometry from unordered photos
  • Image stitching / panorama agent: align overlapping frames from drone or 360-camera feeds before compositing
  • Inspection agent: compare before/after images of structures (bridges, PCBs) by matching keypoints to detect changes or defects

ModelKit Integration

Models must pass the full wmk pipeline on all EPs:

wmk config → wmk build (ONNX export) → wmk perf → wmk eval

Acceptance Criteria

  • ETH-CVG/lightglue_superpoint
  • magic-leap-community/superpoint

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the ModelKit integration entry points for ETH-CVG/lightglue_superpoint and magic-leap-community/superpoint. Run the models through wmk config, wmk build for ONNX export, wmk perf, and wmk eval; done means both models pass the full pipeline on all EPs.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli, machine-learning
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.