[ab8281]: / brats_toolkit / config / cpu_dockers.json

Download this file

30 lines (29 with data), 733 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"econib":{
"name":"econib",
"author":"Michal Marcinkiewicz",
"fileformat":"gz-b17",
"runtime":"runc",
"id":"econib/brats-2018",
"command":" ",
"mountpoint":"/data"
},
"lfb_rwth":{
"name":"lfb_rwth",
"author":"Leon Weninger",
"fileformat":"gz-b17-t1",
"runtime":"runc",
"id":"leonweninger/brats18_segmentation",
"command":" ",
"mountpoint":"/data"
},
"gbmnet":{
"name":"gbmnet",
"author":"Nicholas Nuechterlein",
"fileformat":"gz-b17-t1",
"runtime":"runc",
"id":"nknuecht/gbmnet18",
"command":"python evaluate.py",
"mountpoint":"/data"
}
}