ויזואליזציה: חקור ב מכיר את נתוני שלך
תיאור:
מסד נתונים זה מיועד לניסויים בזיהוי אובייקטים תלת מימדיים מצורה. הוא מכיל תמונות של 50 צעצועים השייכים ל-5 קטגוריות גנריות: חיות עם ארבע רגליים, דמויות אנושיות, מטוסים, משאיות ומכוניות. האובייקטים צולמו על ידי שתי מצלמות ב-6 תנאי תאורה, 9 גבהים (30 עד 70 מעלות כל 5 מעלות), ו-18 אזימוטים (0 עד 340 כל 20 מעלות).
מערך ההדרכה מורכב מ-5 מקרים מכל קטגוריה (מקרים 4, 6, 7, 8 ו-9), ומערכת המבחנים של 5 המקרים הנותרים (מקרים 0, 1, 2, 3 ו-5).
קוד מקור:
tfds.image_classification.Smallnorb
גרסאות:
-
2.0.0
(ברירת מחדל): API פיצול החדש ( https://tensorflow.org/datasets/splits ) -
2.1.0
: אין הערות מוצר.
-
גודל ההורדה:
250.60 MiB
גודל בסיס הנתונים:
Unknown size
Auto-במטמון ( תיעוד ): לא ידוע
פיצולים:
לְפַצֵל | דוגמאות |
---|---|
'test' | 24,300 |
'train' | 24,300 |
- מאפיינים:
FeaturesDict({
'image': Image(shape=(96, 96, 1), dtype=tf.uint8),
'image2': Image(shape=(96, 96, 1), dtype=tf.uint8),
'instance': ClassLabel(shape=(), dtype=tf.int64, num_classes=10),
'label_azimuth': ClassLabel(shape=(), dtype=tf.int64, num_classes=18),
'label_category': ClassLabel(shape=(), dtype=tf.int64, num_classes=5),
'label_elevation': ClassLabel(shape=(), dtype=tf.int64, num_classes=9),
'label_lighting': ClassLabel(shape=(), dtype=tf.int64, num_classes=6),
})
מפתחות השגחה (ראה
as_supervised
doc ):('image', 'label_category')
איור ( tfds.show_examples ): לא נתמך.
דוגמאות ( tfds.as_dataframe ):
- ציטוט:
\
@article{LeCun2004LearningMF,
title={Learning methods for generic object recognition with invariance to pose and lighting},
author={Yann LeCun and Fu Jie Huang and L{\'e}on Bottou},
journal={Proceedings of the 2004 IEEE Computer Society Conference on Computer Vision and Pattern Recognition},
year={2004},
volume={2},
pages={II-104 Vol.2}
}