imagesZhanYang-nwpu/UAVIT-1Muavdroneinstruction-tuningmultimodalvision-languagevqaremote-sensingmllmaerial-imagerycc-by-4.0

UAVIT-1M: UAV Visual Instruction Tuning Dataset (1M+)

Category
Images
Records
1,240,666 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
File Size
~51.34 MB
Downloads
0

About this data

Largest instruction-tuning dataset for low-altitude UAV visual understanding, with 1M+ samples across 11 image- and region-level tasks. CC-BY-4.0.

Schema

NameTypeDescription
idVARCHARUnique sample identifier combining activity class and image filename.
imageVARCHARFile path to UAV image within the ERA dataset directory structure.
conversationsSTRUCT("from" VARCHAR, "value" VARCHAR)[]Multi-turn instruction-response pairs with 'from' (human/gpt) and 'value' (prompt/answer text) fields.

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: No ratings
0 downloads
Seller: DataBazaar
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "UAVIT-1M: UAV Visual Instructi" })
// Found: 3db8b09c-af3b-42be-9b33-2870b25d7582
get_download_url({ dataset_id: "3db8b09c-af3b-42be-9b33-2870b25d7582" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/3db8b09c-af3b-42be-9b33-2870b25d7582/download-url