CoolFace
Datasetpublic

BBVisual/CoCount-test-corrected

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes18downloads
README.md64 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: image5    dtype: image6  - name: pos_caption7    dtype: string8  - name: neg_caption9    dtype: string10  - name: pos_count11    dtype: int6412  - name: neg_count13    dtype: int6414  - name: pos_points15    list: 'null'16  - name: neg_points17    list: 'null'18  - name: annotated_pos_count19    dtype: int6420  - name: annotated_neg_count21    dtype: int6422  - name: category23    dtype: string24  - name: video_id25    dtype: string26  - name: positive_exemplars27    list:28      list: float6429  - name: negative_exemplars30    list:31      list: float6432  splits:33  - name: FOO34    num_bytes: 5783935835    num_examples: 55236  - name: HOU37    num_bytes: 8327365438    num_examples: 57039  - name: FUN40    num_bytes: 12552512441    num_examples: 55242  - name: 'OFF'43    num_bytes: 15440794644    num_examples: 51445  - name: OTR46    num_bytes: 16314474847    num_examples: 48048  download_size: 57398969049  dataset_size: 58419083050configs:51- config_name: default52  data_files:53  - split: FOO54    path: data/FOO-*55  - split: HOU56    path: data/HOU-*57  - split: FUN58    path: data/FUN-*59  - split: 'OFF'60    path: data/OFF-*61  - split: OTR62    path: data/OTR-*63---64