File size: 829 Bytes
500101f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image_id
    dtype: int64
  - name: image
    dtype: image
  - name: width
    dtype: int64
  - name: height
    dtype: int64
  - name: objects
    struct:
    - name: id
      list: int64
    - name: area
      list: float32
    - name: bbox
      list:
        list: float32
    - name: category
      list: int64
  - name: label_for_paligemma
    dtype: string
  splits:
  - name: train
    num_bytes: 1290347.0
    num_examples: 20
  - name: validation
    num_bytes: 247932.0
    num_examples: 4
  - name: test
    num_bytes: 349734.0
    num_examples: 5
  download_size: 1905302
  dataset_size: 1888013.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---