| --- |
| dataset_info: |
| features: |
| - name: image |
| dtype: image |
| - name: image_id |
| dtype: int64 |
| - name: width |
| dtype: int32 |
| - name: height |
| dtype: int32 |
| - name: objects |
| struct: |
| - name: bbox |
| list: |
| list: float32 |
| length: 4 |
| - name: category |
| list: |
| class_label: |
| names: |
| '0': Bird |
| '1': Eastern Gray Squirrel |
| '2': Eastern Chipmunk |
| '3': Woodchuck |
| '4': Wild Turkey |
| '5': White_Tailed_Deer |
| '6': Virginia Opossum |
| '7': Eastern Cottontail |
| '8': Human |
| '9': Vehicle |
| '10': Striped Skunk |
| '11': Red Fox |
| '12': Eastern Fox Squirrel |
| '13': Northern Raccoon |
| '14': Grey Fox |
| '15': Horse |
| '16': Dog |
| '17': American Crow |
| '18': Chicken |
| '19': Domestic Cat |
| '20': Coyote |
| '21': Bobcat |
| '22': American Black Bear |
| - name: area |
| list: float32 |
| - name: segmentation_map |
| dtype: image |
| - name: num_instances |
| dtype: int64 |
| - name: scores |
| list: float64 |
| - name: boxes |
| list: |
| list: float64 |
| splits: |
| - name: train |
| num_bytes: 1717002 |
| num_examples: 5 |
| download_size: 1724549 |
| dataset_size: 1717002 |
| configs: |
| - config_name: default |
| data_files: |
| - split: train |
| path: data/train-* |
| --- |
| |