open_images_challenge2019_検出
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Open Images は、画像レベルのラベル、オブジェクト境界ボックス、オブジェクト セグメンテーション マスク、および視覚的関係で注釈が付けられた約 900 万枚の画像の共同リリースです。この他に類を見ない大規模で多様なデータセットは、画像の分析と理解における最先端の進歩を促進するように設計されています。
これには、競技会の 3 つのオブジェクト検出トラックからのデータが含まれています。このトラックの目標は、500 クラスのすべてのオブジェクト インスタンスの周囲にある厳密な境界ボックスを予測することです。
画像には、特定のオブジェクト クラスが存在することを示すポジティブなイメージ レベルのラベルと、特定のクラスが存在しないことを示すネガティブなイメージ レベルのラベルが付けられます。コンテストでは、他のすべての注釈のないクラスは、そのイメージの評価から除外されます。イメージ内のポジティブなイメージレベルのラベルごとに、イメージ内のそのオブジェクトクラスのすべてのインスタンスに注釈が付けられました。
スプリット | 例 |
---|
'test' | 99,999 |
'train' | 1,743,042 |
'validation' | 41,620 |
FeaturesDict({
'bobjects': Sequence({
'bbox': BBoxFeature(shape=(4,), dtype=float32),
'is_group_of': bool,
'label': ClassLabel(shape=(), dtype=int64, num_classes=500),
}),
'id': Text(shape=(), dtype=string),
'image': Image(shape=(None, None, 3), dtype=uint8),
'objects': Sequence({
'confidence': float32,
'label': ClassLabel(shape=(), dtype=int64, num_classes=500),
'source': Text(shape=(), dtype=string),
}),
})
特徴 | クラス | 形 | Dタイプ | 説明 |
---|
| 特徴辞書 | | | |
オブジェクト | 順序 | | | |
ボオブジェクト/Bボックス | BBox機能 | (4,) | float32 | |
bobjects/is_group_of | テンソル | | ブール | |
オブジェクト/ラベル | クラスラベル | | int64 | |
ID | 文章 | | 弦 | |
画像 | 画像 | (なし、なし、3) | uint8 | |
オブジェクト | 順序 | | | |
オブジェクト/信頼 | テンソル | | float32 | |
オブジェクト/ラベル | クラスラベル | | int64 | |
オブジェクト/ソース | 文章 | | 弦 | |
open_images_challenge2019_detection/200k (デフォルト設定)

open_images_challenge2019_detection/300k

特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-06-01 UTC。
[null,null,["最終更新日 2024-06-01 UTC。"],[],[],null,["# open_images_challenge2019_detection\n\n\u003cbr /\u003e\n\n- **Description**:\n\nOpen Images is a collaborative release of \\~9 million images annotated with\nimage-level labels, object bounding boxes, object segmentation masks, and visual\nrelationships. This uniquely large and diverse dataset is designed to spur state\nof the art advances in analyzing and understanding images.\n\nThis contains the data from thee Object Detection track of the competition. The\ngoal in this track is to predict a tight bounding box around all object\ninstances of 500 classes.\n\nThe images are annotated with positive image-level labels, indicating certain\nobject classes are present, and with negative image-level labels, indicating\ncertain classes are absent. In the competition, all other unannotated classes\nare excluded from evaluation in that image. For each positive image-level label\nin an image, every instance of that object class in the image was annotated.\n\n- **Homepage** :\n \u003chttps://storage.googleapis.com/openimages/web/challenge2019.html\u003e\n\n- **Source code** :\n [`tfds.datasets.open_images_challenge2019_detection.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/open_images_challenge2019_detection/open_images_challenge2019_detection_dataset_builder.py)\n\n- **Versions**:\n\n - **`1.0.0`** (default): No release notes.\n- **Download size** : `534.63 GiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n No\n\n- **Splits**:\n\n| Split | Examples |\n|----------------|-----------|\n| `'test'` | 99,999 |\n| `'train'` | 1,743,042 |\n| `'validation'` | 41,620 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'bobjects': Sequence({\n 'bbox': BBoxFeature(shape=(4,), dtype=float32),\n 'is_group_of': bool,\n 'label': ClassLabel(shape=(), dtype=int64, num_classes=500),\n }),\n 'id': Text(shape=(), dtype=string),\n 'image': Image(shape=(None, None, 3), dtype=uint8),\n 'objects': Sequence({\n 'confidence': float32,\n 'label': ClassLabel(shape=(), dtype=int64, num_classes=500),\n 'source': Text(shape=(), dtype=string),\n }),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|----------------------|--------------|-----------------|---------|-------------|\n| | FeaturesDict | | | |\n| bobjects | Sequence | | | |\n| bobjects/bbox | BBoxFeature | (4,) | float32 | |\n| bobjects/is_group_of | Tensor | | bool | |\n| bobjects/label | ClassLabel | | int64 | |\n| id | Text | | string | |\n| image | Image | (None, None, 3) | uint8 | |\n| objects | Sequence | | | |\n| objects/confidence | Tensor | | float32 | |\n| objects/label | ClassLabel | | int64 | |\n| objects/source | Text | | string | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `None`\n\n- **Citation**:\n\nopen_images_challenge2019_detection/200k (default config)\n---------------------------------------------------------\n\n- **Config description**: Images have at most 200,000 pixels, at 72 JPEG\n quality.\n\n- **Dataset size** : `59.06 GiB`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\nopen_images_challenge2019_detection/300k\n----------------------------------------\n\n- **Config description**: Images have at most 300,000 pixels, at 72 JPEG\n quality.\n\n- **Dataset size** : `80.10 GiB`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples..."]]