File size: 623 Bytes
69b0464
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
var dataModel = {
    "seg": [
        {
            "location":"Body",
            "architecture":"SwinUNETR",
            "url":"https://huggingface.co/AI4MIRO/SwinUNETR_body_segmentation/raw/main/README.md"
        }
    ],

    "dose": [
        {
            "location":"H&N PBS",
            "architecture":"HDUNet",
            "url":"https://huggingface.co/AI4MIRO/Dose_prediction_han_PBS/raw/main/README.md"
        },
        {
            "location":"H&N VMAT",
            "architecture":"HDUNet",
            "url":"https://huggingface.co/AI4MIRO/Dose_prediction_han_vmat/raw/main/README.md"
        }
    ]
}