- विवरण :
एलवीआईएस: बड़े शब्दावली उदाहरण विभाजन के लिए एक डेटासेट।
मुखपृष्ठ : https://www.lvisdataset.org/
स्रोत कोड :
tfds.datasets.lvis.Builder
संस्करण :
-
1.1.0
:neg_category_ids
औरnot_exhaustive_category_ids
फ़ील्ड जोड़े गए। -
1.2.0
: वर्ग नाम जोड़े गए। -
1.3.0
(डिफ़ॉल्ट): मिनिवल स्प्लिट जोड़ा गया।
-
डाउनलोड आकार :
25.35 GiB
डेटासेट का आकार :
23.04 GiB
ऑटो-कैश्ड ( दस्तावेज़ीकरण ): नहीं
विभाजन :
विभाजित करना | उदाहरण |
---|---|
'minival' | 4,809 |
'test' | 19,822 |
'train' | 100,170 |
'validation' | 19,809 |
- फ़ीचर संरचना :
FeaturesDict({
'image': Image(shape=(None, None, 3), dtype=uint8),
'image/id': int64,
'neg_category_ids': Sequence(ClassLabel(shape=(), dtype=int64, num_classes=1203)),
'not_exhaustive_category_ids': Sequence(ClassLabel(shape=(), dtype=int64, num_classes=1203)),
'objects': Sequence({
'area': int64,
'bbox': BBoxFeature(shape=(4,), dtype=float32),
'id': int64,
'label': ClassLabel(shape=(), dtype=int64, num_classes=1203),
'segmentation': Image(shape=(None, None, 1), dtype=uint8),
}),
})
- फ़ीचर दस्तावेज़ीकरण :
विशेषता | कक्षा | आकार | डीप्रकार | विवरण |
---|---|---|---|---|
फीचर्सडिक्ट | ||||
छवि | छवि | (कोई नहीं, कोई नहीं, 3) | uint8 | |
छवि/आईडी | टेन्सर | int64 | ||
नकारात्मक_श्रेणी_आईडी | अनुक्रम (क्लास लेबल) | (कोई नहीं,) | int64 | |
not_संपूर्ण_श्रेणी_आईडी | अनुक्रम (क्लास लेबल) | (कोई नहीं,) | int64 | |
वस्तुओं | अनुक्रम | |||
वस्तुएं/क्षेत्र | टेन्सर | int64 | ||
ऑब्जेक्ट/बीबॉक्स | बीबॉक्सफ़ीचर | (4,) | फ्लोट32 | |
ऑब्जेक्ट/आईडी | टेन्सर | int64 | ||
ऑब्जेक्ट/लेबल | क्लास लेबल | int64 | ||
वस्तुएं/विभाजन | छवि | (कोई नहीं, कोई नहीं, 1) | 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}
}