faos1993/imagenet-s-cifar10-metadata
收藏资源简介:
--- dataset_info: features: - name: image dtype: image - name: mask list: list: list: uint8 - name: foreground list: list: list: uint8 - name: background list: list: list: uint8 - name: cifar10_target dtype: string - name: synset_label dtype: string - name: object_partially_blocked dtype: int64 - name: multiple_objects dtype: int64 - name: complete_object dtype: int64 - name: multiple_classes dtype: int64 - name: unlabeled dtype: int64 splits: - name: train num_bytes: 2099292941 num_examples: 479 download_size: 426080868 dataset_size: 2099292941 configs: - config_name: default data_files: - split: train path: data/train-* ---
This dataset is a computer vision dataset containing 479 training examples with a total size of approximately 2.1 GB. Each example includes image data, masks, foreground and background information, along with CIFAR-10 target labels and synset labels. Additionally, the dataset provides several binary classification labels indicating whether the object is partially blocked, multiple objects are present, the object is complete, multiple classes exist, or if it is unlabeled. These features suggest the dataset is likely used for tasks such as image segmentation, object detection, or occlusion analysis.




