ductai199x commited on
Commit
cbc70ca
·
1 Parent(s): 75e7349

add summary.json so that we know the range of the tar shard files

Browse files
Files changed (1) hide show
  1. summary.json +54 -0
summary.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "CASIA2.0": {
3
+ "auth": "{{0000..0014}}",
4
+ "manip": "{{0000..0010}}"
5
+ },
6
+ "CMFD": {
7
+ "auth": "0000",
8
+ "manip": "0000"
9
+ },
10
+ "CocoGlide": {
11
+ "auth": "0000",
12
+ "manip": "0000"
13
+ },
14
+ "Columbia": {
15
+ "auth": "0000",
16
+ "manip": "0000"
17
+ },
18
+ "Coverage": {
19
+ "auth": "0000",
20
+ "manip": "0000"
21
+ },
22
+ "DSO-1": {
23
+ "auth": "0000",
24
+ "manip": "0000"
25
+ },
26
+ "IMD2020": {
27
+ "auth": "0000",
28
+ "manip": "{{0000..0003}}"
29
+ },
30
+ "NIST2016": {
31
+ "auth": "{{0000..0001}}",
32
+ "manip": "{{0000..0001}}"
33
+ },
34
+ "OpenForensics_test": {
35
+ "auth": "0000",
36
+ "manip": "{{0000..0036}}"
37
+ },
38
+ "OpenForensics_train": {
39
+ "auth": "0000",
40
+ "manip": "{{0000..0085}}"
41
+ },
42
+ "OpenForensics_val": {
43
+ "auth": "0000",
44
+ "manip": "{{0000..0014}}"
45
+ },
46
+ "RealisticTampering": {
47
+ "auth": "0000",
48
+ "manip": "0000"
49
+ },
50
+ "VIPP_Realistic": {
51
+ "auth": "0000",
52
+ "manip": "0000"
53
+ }
54
+ }