junxnone / tio

Log
Other
10 stars 5 forks source link

COCO Challenges & Dataset - Stuff Segmentation #683

Open junxnone opened 4 years ago

junxnone commented 4 years ago

Stuff Segmentation - Semantic Segmentation [2017 ~ Now]

Reference

Brief

image

Classes

image

Annotation Json Format

[{
"image_id": int, 
"category_id": int, 
"segmentation": RLE, 
"score": float,
}]

RLE Format - Run-length encoding

Metrics

image

defined from paper Fully Convolutional Networks for Semantic Segmentation image

junxnone commented 4 years ago

244 #686