ल्विस

LVIS: बड़े शब्दावली उदाहरण विभाजन के लिए एक डेटासेट।

विभाजित करना उदाहरण
'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
neg_category_ids अनुक्रम (कक्षा लेबल) (कोई नहीं,) int64
not_exhaustive_category_ids अनुक्रम (कक्षा लेबल) (कोई नहीं,) int64
वस्तुओं अनुक्रम
वस्तुओं / क्षेत्र टेन्सर int64
ऑब्जेक्ट्स/बीबॉक्स बीबॉक्स फीचर (4,) फ्लोट32
वस्तुओं/आईडी टेन्सर int64
ऑब्जेक्ट्स / लेबल क्लासलेबल int64
ऑब्जेक्ट्स/सेगमेंटेशन छवि (कोई नहीं, कोई नहीं, 1) uint8

VISUALIZATION

@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}
}