VBoussot commited on
Commit
ce7f254
Β·
verified Β·
1 Parent(s): 581456e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -3
README.md CHANGED
@@ -1,3 +1,37 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # SynthRAD 2025 – Pretrained Models (Task 1 & Task 2)
6
+
7
+ This repository hosts the pretrained models developed for the **SynthRAD 2025 challenge** on synthetic CT generation from **MRI (Task 1)** and **CBCT (Task 2)**.
8
+ All models are trained with **5-fold cross-validation** and released for reproducible research.
9
+ There are two types of models:
10
+ - Models designed for **Abdomen/Thorax (AB-TH)**
11
+ - Models designed for **Head & Neck (HN)**
12
+
13
+ Each set comes with ready-to-use **prediction configurations** for [KonfAI](https://github.com/vboussot/KonfAI).
14
+
15
+ ---
16
+
17
+ ## πŸ“‚ Available Models
18
+
19
+ ### πŸ”Ή Task 1 β€” MRI β†’ sCT
20
+ - **Abdomen/Thorax (AB-TH)**
21
+ `Task_1/AB-TH/CV_0.pt … CV_4.pt` + `Prediction.yml`
22
+ - **Head & Neck (HN)**
23
+ `Task_1/HN/CV_0.pt … CV_4.pt` + `Prediction.yml`
24
+
25
+ πŸ‘‰ Full usage instructions: [GitHub – Synthrad2025 Task 1](https://github.com/vboussot/Synthrad2025_Task_1)
26
+
27
+ ---
28
+
29
+ ### πŸ”Ή Task 2 β€” CBCT β†’ sCT
30
+ - **Abdomen/Thorax (AB-TH)**
31
+ `Task_2/AB-TH/CV_0.pt … CV_4.pt` + `Prediction.yml`
32
+ - **Head & Neck (HN)**
33
+ `Task_2/HN/CV_0.pt … CV_4.pt` + `Prediction.yml`
34
+
35
+ πŸ‘‰ Full usage instructions: [GitHub – Synthrad2025 Task 2](https://github.com/vboussot/Synthrad2025_Task_2)
36
+
37
+ ---