dkarageo commited on
Commit
b0d7247
·
verified ·
1 Parent(s): 572e6bc

Fold size unit into table headers

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -47,13 +47,11 @@ hf download dkarageo/sidbench --local-dir weights \
47
 
48
  ## Contents
49
 
50
- Sizes are decimal (MB = 10⁶ bytes).
51
-
52
  ### Detector checkpoints
53
 
54
  Each is passed via `--ckpt`, together with the matching `--modelName`.
55
 
56
- | File | Size | `--modelName` | Trained on | md5 |
57
  |---|---|---|---|---|
58
  | `cnndetect/blur_jpg_prob0.1.pth` | 282.4 MB | `CNNDetect` | proGAN, augmented (recompressed) with 10% probability | `109a7a7406f52a3f658dcd982b58f333` |
59
  | `cnndetect/blur_jpg_prob0.5.pth` | 282.4 MB | `CNNDetect` | proGAN, augmented (recompressed) with 50% probability | `0c0bd6f572eaec0e8ea8ed8b033969dd` |
@@ -86,7 +84,7 @@ not rename those four files.
86
 
87
  ### Auxiliary networks
88
 
89
- | File | Size | Consumed by | md5 |
90
  |---|---|---|---|
91
  | `freqdetect/dct_mean.zip` | 1.2 MB | `--dctMean` (FreqDetect) | `19daa38673b9e2e7c2125e3c81080738` |
92
  | `freqdetect/dct_var.zip` | 1.2 MB | `--dctVar` (FreqDetect) | `dc31d4f90068d15a5d79cce470955941` |
 
47
 
48
  ## Contents
49
 
 
 
50
  ### Detector checkpoints
51
 
52
  Each is passed via `--ckpt`, together with the matching `--modelName`.
53
 
54
+ | File | Size (MB = 10⁶ B) | `--modelName` | Trained on | md5 |
55
  |---|---|---|---|---|
56
  | `cnndetect/blur_jpg_prob0.1.pth` | 282.4 MB | `CNNDetect` | proGAN, augmented (recompressed) with 10% probability | `109a7a7406f52a3f658dcd982b58f333` |
57
  | `cnndetect/blur_jpg_prob0.5.pth` | 282.4 MB | `CNNDetect` | proGAN, augmented (recompressed) with 50% probability | `0c0bd6f572eaec0e8ea8ed8b033969dd` |
 
84
 
85
  ### Auxiliary networks
86
 
87
+ | File | Size (MB = 10⁶ B) | Consumed by | md5 |
88
  |---|---|---|---|
89
  | `freqdetect/dct_mean.zip` | 1.2 MB | `--dctMean` (FreqDetect) | `19daa38673b9e2e7c2125e3c81080738` |
90
  | `freqdetect/dct_var.zip` | 1.2 MB | `--dctVar` (FreqDetect) | `dc31d4f90068d15a5d79cce470955941` |