- 説明:
猫と犬の大きな画像セット。ドロップされた破損したイメージは 1738 個あります。
追加ドキュメント:コード付きの論文について調べる
ホームページ: https://www.microsoft.com/en-us/download/details.aspx?id=54765
バージョン:
-
4.0.0
: 新しい分割 API ( https://tensorflow.org/datasets/splits ) -
4.0.1
(デフォルト): 破損した JPEG データの警告を修正するためにジェネレーターで画像を再コーディングする ( https://github.com/tensorflow/datasets/issues/2188 )
-
ダウンロードサイズ:
786.67 MiB
データセットのサイズ:
1.04 GiB
自動キャッシュ(ドキュメント): いいえ
分割:
スプリット | 例 |
---|---|
'train' | 23,262 |
- 機能の構造:
FeaturesDict({
'image': Image(shape=(None, None, 3), dtype=uint8),
'image/filename': Text(shape=(), dtype=string),
'label': ClassLabel(shape=(), dtype=int64, num_classes=2),
})
- 機能ドキュメント:
特徴 | クラス | 形 | Dタイプ | 説明 |
---|---|---|---|---|
特徴辞書 | ||||
画像 | 画像 | (なし、なし、3) | uint8 | |
画像/ファイル名 | 文章 | 弦 | ||
ラベル | クラスラベル | int64 |
監視キー(
as_supervised
docを参照):('image', 'label')
図( tfds.show_examples ):
- 例( tfds.as_dataframe ):
- 引用:
@Inproceedings (Conference){asirra-a-captcha-that-exploits-interest-aligned-manual-image-categorization,
author = {Elson, Jeremy and Douceur, John (JD) and Howell, Jon and Saul, Jared},
title = {Asirra: A CAPTCHA that Exploits Interest-Aligned Manual Image Categorization},
booktitle = {Proceedings of 14th ACM Conference on Computer and Communications Security (CCS)},
year = {2007},
month = {October},
publisher = {Association for Computing Machinery, Inc.},
url = {https://www.microsoft.com/en-us/research/publication/asirra-a-captcha-that-exploits-interest-aligned-manual-image-categorization/},
edition = {Proceedings of 14th ACM Conference on Computer and Communications Security (CCS)},
}