XFeat

XFeat: Accelerated Features for Lightweight Image Matching

This is a task focused on enhancing the efficiency of image matching by leveraging lightweight yet highly discriminative features. XFeat employs optimized feature extraction techniques to identify key points and patterns in images, making it suitable for fast and accurate image comparison.

Apache-2.0
Image Feature Extraction
PyTorch
English
by @AIOZAI
202
6

Last updated: 6 months ago


Endpoint


POSThttps://api.aiozai.network/api/v1/model/fb35e181-a562-44c6-81bd-0db215728b04/task
X-API-KeyAIOZ_AI_API_KEY

Input Schema


Input Schema
FieldTypeDescription
input_1
URLrequired
This input data of the model is images of the same objects viewed from different angles.
input_2
URLrequired
This input data of the model is images of the same objects viewed from different angles.

Output Schema


Output Schema
FieldTypeDescription
output
URL
URL to a generated output artifact.
Learn more
curl -X POST \
"https://api.aiozai.network/api/v1/model/fb35e181-a562-44c6-81bd-0db215728b04/task" \
-H "x-api-key: $AIOZ_AI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"input_1": "https://s3.w3s.aioz.network/w3ai-platform-v2/uploads/documents/18156a91-d389-4986-99ce-7ffc46b221f9/2025/12/17/1765939128-YFyjHurcBkKtz5yRSZPuKz.jpeg?AWSAccessKeyId=FT7EO3IGQNMIILHXIDZRVTJHWE&Signature=P8Qq13Guae9mV%2BBAI8GpgQzNlLM%3D&Expires=2396659128",
"input_2": "https://s3.w3s.aioz.network/w3ai-platform-v2/uploads/documents/18156a91-d389-4986-99ce-7ffc46b221f9/2025/12/17/1765939129-D8HDGexgidcgJBuThAxVET.jpeg?AWSAccessKeyId=FT7EO3IGQNMIILHXIDZRVTJHWE&Signature=UT%2FZLpvIvJpQhEv5yWptHiJHfCE%3D&Expires=2396659129"
}'

Response


{
"output": "https://s3.w3s.aioz.network/w3ai-platform/data/b4b880e2a57f4c3e8e96e3b462c633a8.png?AWSAccessKeyId=FR46RKQH5H6OUSSRC4TYELDGNM&Signature=LuILn%2BCtzn46zsLwCchHgXgu7wQ%3D&Expires=2765939250"
}