Semantic Segmentation (png images)
Export archive directory and file structure
project_folder
|-- label_classes.json
|-- dataset1_name
|-- image1.png
|-- image2.png
|-- ...
|-- dataset2_name
|-- image1.png
|-- image2.png
|-- ...
|-- ...label_classes.json structure
[
{
"png_index": 1,
"class_name": "bedclothes",
"color": "#4df3ce",
"class_type": "object"
},
{
"png_index": 2,
"class_name": "building",
"color": "#4c4ffc",
"class_type": "object"
},
{...},
{...}
]The Label Class object
Attributes
Image description
Last updated

