File size: 1,170 Bytes
1786206
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': American Black Bear
          '1': American Crow
          '2': Bird
          '3': Bobcat
          '4': Chicken
          '5': Coyote
          '6': Dog
          '7': Domestic Cat
          '8': Eastern Chipmunk
          '9': Eastern Cottontail
          '10': Eastern Fox Squirrel
          '11': Eastern Gray Squirrel
          '12': Grey Fox
          '13': Horse
          '14': Northern Raccoon
          '15': Red Fox
          '16': Striped Skunk
          '17': Virginia Opossum
          '18': White_Tailed_Deer
          '19': Wild Turkey
          '20': Woodchuck
  splits:
  - name: train
    num_bytes: 350575694.95
    num_examples: 6350
  - name: validation
    num_bytes: 28699946.488
    num_examples: 1024
  - name: test
    num_bytes: 27986471.0
    num_examples: 981
  download_size: 230325755
  dataset_size: 407262112.43799996
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---