File size: 1,433 Bytes
35bff86
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
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-*
---