File size: 1,179 Bytes
ee78630
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: pos_caption
    dtype: string
  - name: neg_caption
    dtype: string
  - name: pos_count
    dtype: int64
  - name: neg_count
    dtype: int64
  - name: pos_points
    list:
      list: float64
  - name: neg_points
    list:
      list: float64
  - name: annotated_pos_count
    dtype: int64
  - name: annotated_neg_count
    dtype: int64
  - name: image_name
    dtype: string
  - name: category
    dtype: string
  - name: video_id
    dtype: string
  - name: type
    dtype: string
  splits:
  - name: FOO
    num_bytes: 906744260
    num_examples: 10000
  - name: HOU
    num_bytes: 2328644378
    num_examples: 10000
  - name: FUN
    num_bytes: 2498073170
    num_examples: 10000
  - name: 'OFF'
    num_bytes: 4975953614
    num_examples: 10000
  - name: OTR
    num_bytes: 3168916778
    num_examples: 10000
  download_size: 13713007401
  dataset_size: 13878332200
configs:
- config_name: default
  data_files:
  - split: FOO
    path: data/FOO-*
  - split: HOU
    path: data/HOU-*
  - split: FUN
    path: data/FUN-*
  - split: 'OFF'
    path: data/OFF-*
  - split: OTR
    path: data/OTR-*
---