Görselleştirme: Bilmek Verilerinizi Keşfedin
Açıklama:
CLEVR, bir dizi görsel akıl yürütme yeteneğini test eden bir teşhis veri setidir. Minimum önyargı içerir ve her sorunun gerektirdiği muhakeme türünü açıklayan ayrıntılı açıklamalara sahiptir.
Kaynak kodu:
tfds.image.CLEVR
sürümleri:
-
3.0.0
: Hiçbir sürüm notları. -
3.1.0
(varsayılan): Ekleme soru / cevap metni.
-
İndirme boyutu:
17.72 GiB
Veri kümesi boyutu:
17.75 GiB
Otomatik önbelleğe ( dokümantasyon ): Hayır
Splits:
Bölmek | Örnekler |
---|---|
'test' | 15.000 |
'train' | 70.000 |
'validation' | 15.000 |
- Özellikler:
FeaturesDict({
'file_name': Text(shape=(), dtype=tf.string),
'image': Image(shape=(None, None, 3), dtype=tf.uint8),
'objects': Sequence({
'3d_coords': Tensor(shape=(3,), dtype=tf.float32),
'color': ClassLabel(shape=(), dtype=tf.int64, num_classes=8),
'material': ClassLabel(shape=(), dtype=tf.int64, num_classes=2),
'pixel_coords': Tensor(shape=(3,), dtype=tf.float32),
'rotation': tf.float32,
'shape': ClassLabel(shape=(), dtype=tf.int64, num_classes=3),
'size': ClassLabel(shape=(), dtype=tf.int64, num_classes=2),
}),
'question_answer': Sequence({
'answer': Text(shape=(), dtype=tf.string),
'question': Text(shape=(), dtype=tf.string),
}),
})
Denetimli tuşları (Bkz
as_supervised
doc ):None
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
- Citation:
@inproceedings{johnson2017clevr,
title={ {CLEVR}: A diagnostic dataset for compositional language and elementary visual reasoning},
author={Johnson, Justin and Hariharan, Bharath and van der Maaten, Laurens and Fei-Fei, Li and Lawrence Zitnick, C and Girshick, Ross},
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
year={2017}
}