xtie commited on
Commit
4c9acc4
·
verified ·
1 Parent(s): bf78c42

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -13,8 +13,15 @@ pipeline_tag: image-segmentation
13
 
14
  ## 📑 Model Description
15
 
16
- There are all models developed using the [Children's Oncology Group AHOD 1331 dataset](https://www.nejm.org/doi/full/10.1056/NEJMoa2206660).
17
-
 
 
 
 
 
 
 
18
  ## 📁 Additional Resources
19
  - **Codebase for model training/inference:** [GitHub](https://github.com/xtie97/ISRT-CTV-AutoSeg)
20
  ---
 
13
 
14
  ## 📑 Model Description
15
 
16
+ There are all models developed using the [Children's Oncology Group AHOD 1331 dataset](https://www.nejm.org/doi/full/10.1056/NEJMoa2206660).
17
+ - **CT_only**: The model only requires the planning CT images as input
18
+ - **Early_fusion**: The model requires the planning CT, along with baseline PET/CT and interim PET/CT (post 2-cycle chemotherapy) as input; all images are deformably registered.
19
+ - **Late_fusion**: The model also requires the planning CT, along with baseline and interim PET/CT as inputs. The model architectures are different from those with early fusion; all images are deformable registered
20
+ - Additional models trained in our ablation study. Note that each folder contains both early-fusion and late-fusion model weights for SwinUNETR
21
+ - **PET_1_2_rigid**: The SwinUNETR model with planning CT, baseline and interim PET/CT as inputs. All images are rigid registered.
22
+ - **PET_1_deform**: The SwinUNETR model with planning CT and baseline PET/CT (no interm PET/CT) as inputs. All images are deformably registered.
23
+ - **PET_1_rigid**: The SwinUNETR model with planning CT and baseline PET/CT (no interim PET/CT) as inputs. All images are deformably registered.
24
+
25
  ## 📁 Additional Resources
26
  - **Codebase for model training/inference:** [GitHub](https://github.com/xtie97/ISRT-CTV-AutoSeg)
27
  ---