scene_parse150

シーン解析とは、空、道路、人、ベッドなどのセマンティック カテゴリに関連付けられたさまざまな画像領域に画像を分割して解析することです。 MIT シーン解析ベンチマーク (SceneParse150) は、シーン解析アルゴリズムの標準的なトレーニングおよび評価プラットフォームを提供します。

スプリット
'test' 2,000
'train' 20,210
  • 機能構造:
FeaturesDict({
    'annotation': Image(shape=(None, None, 3), dtype=uint8),
    'image': Image(shape=(None, None, 3), dtype=uint8),
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
注釈画像(なし、なし、3) uint8
画像画像(なし、なし、3) uint8
  • 引用
@inproceedings{zhou2017scene,
title={Scene Parsing through ADE20K Dataset},
author={Zhou, Bolei and Zhao, Hang and Puig, Xavier and Fidler, Sanja and Barriuso, Adela and Torralba, Antonio},
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
year={2017}
}