Datasets:

Modalities:
Image
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:
syCen commited on
Commit
edaf1d1
·
verified ·
1 Parent(s): 5ba139c

Update dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +6 -20
dataset_infos.json CHANGED
@@ -1,28 +1,14 @@
1
  {
 
2
  "name": "CameraBench",
3
  "version": "1.0.0",
4
  "features": {
5
- "video": {
6
- "_type": "Value",
7
- "dtype": "video"
8
- },
9
- "labels": {
10
- "_type": "Sequence",
11
- "feature": {
12
- "_type": "Value",
13
- "dtype": "string"
14
- }
15
- },
16
- "caption": {
17
- "_type": "Value",
18
- "dtype": "string"
19
- }
20
  },
21
  "splits": {
22
- "test": {
23
- "name": "test",
24
- "numExamples": 1071
25
- }
26
  }
27
  }
28
-
 
1
  {
2
+ "CameraBench": {
3
  "name": "CameraBench",
4
  "version": "1.0.0",
5
  "features": {
6
+ "video": { "_type": "Value", "dtype": "video" },
7
+ "labels": { "_type": "Sequence", "feature": { "_type": "Value", "dtype": "string" } },
8
+ "caption": { "_type": "Value", "dtype": "string" }
 
 
 
 
 
 
 
 
 
 
 
 
9
  },
10
  "splits": {
11
+ "test": { "name": "test", "numExamples": 1071 }
 
 
 
12
  }
13
  }
14
+ }