File size: 824 Bytes
a6f692b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: digits
    sequence:
    - name: bbox
      sequence: int32
      length: 4
    - name: label
      dtype:
        class_label:
          names:
            '0': '0'
            '1': '1'
            '2': '2'
            '3': '3'
            '4': '4'
            '5': '5'
            '6': '6'
            '7': '7'
            '8': '8'
            '9': '9'
  splits:
  - name: train
    num_bytes: 67463846.91850163
    num_examples: 6646
  - name: test
    num_bytes: 690276.6069133481
    num_examples: 68
  download_size: 60342937
  dataset_size: 68154123.52541497
---
# Dataset Card for "cv.3.image_object_detection"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)