Skip to content

Commit

Permalink
add mMR_ACR
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Sep 12, 2024
1 parent 955bd0e commit 57eba22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion petric.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,9 @@ def get_image(fname):
(SRCDIR / "NeuroLF_Hoffman_Dataset", OUTDIR / "NeuroLF_Hoffman",
[MetricsWithTimeout(outdir=OUTDIR / "NeuroLF_Hoffman", **DATA_SLICES['NeuroLF_Hoffman_Dataset'])]),
(SRCDIR / "Siemens_Vision600_thorax", OUTDIR / "Vision600_thorax",
[MetricsWithTimeout(outdir=OUTDIR / "Vision600_thorax", **DATA_SLICES['Siemens_Vision600_thorax'])])]
[MetricsWithTimeout(outdir=OUTDIR / "Vision600_thorax", **DATA_SLICES['Siemens_Vision600_thorax'])]),
(SRCDIR / "Siemens_mMR_ACR", OUTDIR / "mMR_ACR",
[MetricsWithTimeout(outdir=OUTDIR / "mMR_ACR", **DATA_SLICES['Siemens_mMR_ACR'])])]
else:
log.warning("Source directory does not exist: %s", SRCDIR)
data_dirs_metrics = [(None, None, [])] # type: ignore
Expand Down

0 comments on commit 57eba22

Please sign in to comment.