Dino X 图像检测 (image Detection)
@IDEA-Research
Dino X 图像检测 (image Detection) について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"dinox-mcp": {
"command": "npx",
"args": [
"-y",
"@deepdataspace/dinox-mcp"
],
"env": {
"DINOX_API_KEY": "Get free api key from https://cloud.deepdataspace.com/request_api",
"IMAGE_STORAGE_DIRECTORY": "/path/to/your/image/directory"
}
}
}
}ツール
4Analyze an image based on a text prompt to identify and count specific objects, and return detailed descriptions of the objects and their 2D coordinates.
Analyze an image to detect all identifiable objects, returning the category, count, coordinate positions and detailed descriptions for each object.
Detects 17 keypoints for each person in an image, supporting body posture and movement analysis.
Visualize detection results by drawing bounding boxes and labels on the original image. Images are saved to the directory specified by IMAGE_STORAGE_DIRECTORY environment variable.
概要
What is Dino X 图像检测 (image Detection)?
Dino X 图像检测 (image Detection) is an MCP server that enables large language models to perform fine-grained object detection and image understanding. It is powered by the DINO-X and Grounding DINO 1.6 API, providing precise localization, object counting, attribute reasoning, and structured visual outputs. This server is designed for developers and AI assistants who need to integrate structured visual analysis into natural language workflows.
How to use Dino X 图像检测 (image Detection)?
To use the server, install Node.js and configure an MCP client (e.g., Cursor, WindSurf, Cherry Studio) with the server’s NPM package or a local build. Set the required environment variable DINOX_API_KEY (obtain from the DINO-X Platform) and optionally IMAGE_STORAGE_DIRECTORY. After restarting the client, the server exposes four tools: detect-all-objects, object-detection-by-text, detect-human-pose-keypoints, and visualize-detections.
Key features of Dino X 图像检测 (image Detection)
- Fine-grained image understanding with full-scene recognition.
- Targeted object detection based on natural language prompts.
- Object counting, localization, and bounding box output.
- Human pose keypoint detection (17 keypoints per person).
- Visualizes detection results by drawing annotations on images.
Use cases of Dino X 图像检测 (image Detection)
- Detection & localization of objects (e.g., fire areas in a forest).
- Counting objects in warehouse or inventory images.
- Finding specific features (e.g., all red cars in an image).
- Attribute reasoning (e.g., describing the clothing of the tallest person).
- Full scene detection with semantic understanding (e.g., identifying fruits high in vitamin C).
FAQ from Dino X 图像检测 (image Detection)
What API key is required and how to get it?
You need a DINO-X API key, which can be obtained from the DINO-X Platform. A free quota is available for new users.
What image formats and sources are supported?
Supported image formats are jpg, jpeg, png, and webp. Images can be provided as remote URLs (starting with https://) or local file paths (starting with file://).
What are the runtime dependencies?
The server requires Node.js (LTS recommended) and an MCP client such as Cursor, WindSurf, Trae, or Cherry Studio.
Where are visualization images saved?
By default, annotated images are saved to /tmp/dinox-mcp on macOS/Linux or %TEMP%\dinox-mcp on Windows. You can customize this path with the IMAGE_STORAGE_DIRECTORY environment variable.
Are there usage limits or pricing?
Usage limits and pricing are managed by the DINO-X API. Please refer to the DINO-X Platform API documentation for details.
「メディアとデザイン」の他のコンテンツ
MiniMax MCP JS
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) JavaScript implementation that provides seamless integration with MiniMax's powerful AI capabilities including image generation, video generation, text-to-speech, and voice cloning APIs.
YouTube Transcript Server
kimtaeyoon83This is an MCP server that allows you to directly download transcripts of YouTube videos.
Melrōse - programming of music melodies
emickleiinteractive programming of melodies, producing MIDI
Weather API MCP Server
TuanKiriA lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:
百度地图 MCP Server
baidu-mapsBaidu Map MCP Server
コメント