Diff of /templates/template.json [000000] .. [3ee609]

Switch to unified view

a b/templates/template.json
1
{
2
  "MODEL_ID": {
3
    "execution": {
4
      "package_name": "",
5
      "package_link": "",
6
      "model_name": "",
7
      "extension": "",
8
      "image_size": [],
9
      "dependencies": [],
10
      "generate_method": {
11
        "name": "",
12
        "args": {
13
          "base": [
14
            "model_file",
15
            "num_samples",
16
            "output_path",
17
            "save_images"
18
          ],
19
          "custom": {}
20
        }
21
      }
22
    },
23
    "selection": {
24
      "performance": {
25
        "SSIM": null,
26
        "MSE": null,
27
        "NSME": null,
28
        "PSNR": null,
29
        "IS": null,
30
        "FID": null,
31
        "turing_test": "",
32
        "downstream_task": {
33
          "CLF": {
34
            "trained_on_fake": {
35
              "accuracy": null,
36
              "precision": null,
37
              "recall": null,
38
              "f1": null,
39
              "specificity": null,
40
              "AUROC": null,
41
              "AUPRC": null
42
            },
43
            "trained_on_real_and_fake": {},
44
            "trained_on_real": {}
45
          },
46
          "SEG": {
47
            "trained_on_fake": {
48
              "dice": null,
49
              "jaccard": null,
50
              "accuracy": null,
51
              "precision": null,
52
              "recall": null,
53
              "f1": null
54
            },
55
            "trained_on_real_and_fake": {},
56
            "trained_on_real": {}
57
          }
58
        }
59
      },
60
      "use_cases": [],
61
      "organ": [],
62
      "modality": [],
63
      "vendors": [],
64
      "centres": [],
65
      "function": [],
66
      "condition": [],
67
      "dataset": [],
68
      "augmentations": [],
69
      "generates": [],
70
      "height": null,
71
      "width": null,
72
      "depth": null,
73
      "type": "",
74
      "license": "",
75
      "dataset_type": "",
76
      "privacy_preservation": "",
77
      "tags": [],
78
      "year": null
79
    },
80
    "description": {
81
      "title": "",
82
      "provided_date": "",
83
      "trained_date": "",
84
      "provided_after_epoch": null,
85
      "version": "",
86
      "publication": "",
87
      "doi": [],
88
      "inputs": [],
89
      "comment": ""
90
    }
91
  }
92
}