ויזואליזציה : חקור ב- Know Your Data
תיאור :
LVIS: מערך נתונים לפילוח מופעי אוצר מילים גדולים.
דף הבית : https://www.lvisdataset.org/
קוד מקור :
tfds.object_detection.lvis.Lvis
גרסאות :
-
1.1.0
: נוספו שדותneg_category_ids
ו-not_exhaustive_category_ids
. -
1.2.0
(ברירת מחדל): נוספו שמות מחלקות.
-
גודל הורדה :
25.35 GiB
גודל ערכת נתונים :
22.29 GiB
שמור אוטומטי במטמון ( תיעוד ): לא
פיצולים :
לְפַצֵל | דוגמאות |
---|---|
'test' | 19,822 |
'train' | 100,170 |
'validation' | 19,809 |
- תכונות :
FeaturesDict({
'image': Image(shape=(None, None, 3), dtype=tf.uint8),
'image/id': tf.int64,
'neg_category_ids': Sequence(ClassLabel(shape=(), dtype=tf.int64, num_classes=1203)),
'not_exhaustive_category_ids': Sequence(ClassLabel(shape=(), dtype=tf.int64, num_classes=1203)),
'objects': Sequence({
'area': tf.int64,
'bbox': BBoxFeature(shape=(4,), dtype=tf.float32),
'id': tf.int64,
'label': ClassLabel(shape=(), dtype=tf.int64, num_classes=1203),
'segmentation': Image(shape=(None, None, 1), dtype=tf.uint8),
}),
})
מפתחות בפיקוח (ראה
as_supervised
doc ):None
איור ( tfds.show_examples ):
- דוגמאות ( tfds.as_dataframe ):
- ציטוט :
@inproceedings{gupta2019lvis,
title={ {LVIS}: A Dataset for Large Vocabulary Instance Segmentation},
author={Gupta, Agrim and Dollar, Piotr and Girshick, Ross},
booktitle={Proceedings of the {IEEE} Conference on Computer Vision and Pattern Recognition},
year={2019}
}