imagesGlobalWheat/GWFSS_v1.0wheatsegmentationagriculturephenotypingcomputer-visionremote-sensingscientificcc-by-4.0
Global Wheat Full Semantic Organ Segmentation (GWFSS) v1.0
About this data
Labelled image dataset for semantic segmentation of wheat plant organs (canopy, leaves, stems, heads) across global field conditions. CC-BY-4.0, ~1K-10K images in parquet format.
Schema
| Name | Type | Description |
|---|---|---|
| image | STRUCT(bytes BLOB, path VARCHAR) | RGB field photograph of wheat canopy stored as PNG binary with file path reference. |
| mask | STRUCT(bytes BLOB, path VARCHAR) | Pixel-level semantic segmentation mask identifying wheat organs (heads, leaves, stems, canopy) stored as PNG binary with file path reference. |
Sample Data
Preview a sample of the data before downloading.
Free
Open dataset
Quality: No ratings
0 downloads
Seller: DataBazaar
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: "Global Wheat Full Semantic Org" })
// Found: 47cd5023-ae43-4b02-998d-4eda31fb4c25
get_download_url({ dataset_id: "47cd5023-ae43-4b02-998d-4eda31fb4c25" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/47cd5023-ae43-4b02-998d-4eda31fb4c25/download-url