ADE20K Semantic Segmentation
Comprehensive scene parsing with 150 semantic categories (Zhou et al., CVPR 2017). Annotate indoor and outdoor scenes with pixel-level labels covering objects, parts, and stuff classes.
कॉन्फ़िगरेशन फ़ाइलconfig.yaml
# ADE20K Semantic Segmentation Configuration
# Based on Zhou et al., CVPR 2017
annotation_task_name: "ADE20K Scene Parsing"
task_dir: "."
data_files:
- "sample-data.json"
item_properties:
id_key: "id"
text_key: "image_url"
context_key: "context"
user_config:
allow_all_users: true
annotation_schemes:
- annotation_type: "multiselect"
name: "building_elements"
description: "Select visible building/structure elements"
labels:
- name: "wall"
tooltip: "Walls"
- name: "floor"
tooltip: "Floor surfaces"
- name: "ceiling"
tooltip: "Ceilings"
- name: "door"
tooltip: "Doors"
- name: "window"
tooltip: "Windows"
- name: "stairs"
tooltip: "Stairs, steps"
- annotation_type: "multiselect"
name: "furniture"
description: "Select visible furniture"
labels:
- name: "chair"
tooltip: "Chairs, seats"
- name: "table"
tooltip: "Tables"
- name: "bed"
tooltip: "Beds"
- name: "sofa"
tooltip: "Sofas, couches"
- name: "cabinet"
tooltip: "Cabinets, shelves"
- name: "desk"
tooltip: "Desks"
- annotation_type: "multiselect"
name: "nature"
description: "Select visible nature elements"
labels:
- name: "tree"
tooltip: "Trees"
- name: "grass"
tooltip: "Grass"
- name: "plant"
tooltip: "Plants, flowers"
- name: "sky"
tooltip: "Sky"
- name: "water"
tooltip: "Water bodies"
- name: "mountain"
tooltip: "Mountains, hills"
- annotation_type: "multiselect"
name: "objects"
description: "Select visible objects"
labels:
- name: "lamp"
tooltip: "Lamps, lights"
- name: "painting"
tooltip: "Paintings, artwork"
- name: "curtain"
tooltip: "Curtains, drapes"
- name: "rug"
tooltip: "Rugs, carpets"
- name: "mirror"
tooltip: "Mirrors"
- name: "clock"
tooltip: "Clocks"
- annotation_type: "radio"
name: "scene_type"
description: "What type of scene is this?"
labels:
- name: "indoor"
tooltip: "Indoor scene"
- name: "outdoor"
tooltip: "Outdoor scene"
- name: "mixed"
tooltip: "Mixed indoor/outdoor"
interface_config:
item_display_format: "<img src='{{text}}' style='max-width:100%; max-height:500px;'/><br/><small>{{context}}</small>"
output_annotation_format: "json"
output_annotation_dir: "annotations"
नमूना डेटाsample-data.json
[
{
"id": "ade_001",
"image_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/5e/Schloss_Neuschwanstein_2013.jpg/1200px-Schloss_Neuschwanstein_2013.jpg",
"context": "Parse this scene by identifying all visible objects, structures, and nature elements."
},
{
"id": "ade_002",
"image_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Camponotus_flavomarginatus_ant.jpg/1200px-Camponotus_flavomarginatus_ant.jpg",
"context": "Annotate all semantic categories visible in this scene."
}
]
// ... and 1 more itemsयह डिज़ाइन प्राप्त करें
Clone or download from the repository
Quick start:
git clone https://github.com/davidjurgens/potato-showcase.git cd potato-showcase/image/segmentation/ade20k potato start config.yaml
विवरण
एनोटेशन प्रकार
डोमेन
उपयोग के मामले
टैग
कोई समस्या मिली या इस डिज़ाइन को सुधारना चाहते हैं?
एक Issue खोलेंसंबंधित डिज़ाइन
BDD100K Autonomous Driving Segmentation
Large-scale diverse driving video dataset (Yu et al., CVPR 2020). Annotate driving scenes with bounding boxes, lane markings, drivable areas, and full-frame instance segmentation.
CUB-200-2011 Fine-Grained Bird Classification
Fine-grained visual categorization of 200 bird species (Wah et al., 2011). Annotate bird images with species labels, part locations, and attribute annotations.
DeepFashion Fine-Grained Fashion Classification
Large-scale fashion dataset with attribute prediction, consumer-to-shop matching, and landmark detection (Liu et al., CVPR 2016). Annotate clothing with 1000 categories and 50 attributes.