Skip to content

Commit

Permalink
Merge pull request #9 from reginabarzilaygroup/patch-doc
Browse files Browse the repository at this point in the history
Patch doc
  • Loading branch information
aziz-ayed authored Jan 26, 2023
2 parents 0d031de + 25afcf6 commit 1556bb8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ python train.py
See our [documentation](docs/readme.md) for a full description of Sybil's training parameters.


## LDCT Orientation

The model expects the input to be an Axial LDCT, where the first frame is of the abdominal region and the last frame is along the clavicles.

When the input is of the `dicom` type, the frames will be automatically sorted. However, for `png` inputs, the path of the PNG files must be in the right anatomical order.


## Annotations

To help train the model, two fellowship-trained thoracic radiologists jointly annotated suspicious lesions on NLST LDCTs using [MD.AI](https://md.ai) software for all participants who developed cancer within 1 year after an LDCT. Each lesion’s volume was marked with bounding boxes on contiguous thin-cut axial images. The “ground truth” annotations were informed by the imaging appearance and the clinical data provided by the NLST, i.e., the series and image number of cancerous nodules and the anatomical location of biopsy-confirmed lung cancers. For these participants, lesions in the location of subsequently diagnosed cancers were also annotated, even if the precursor lesion lacked imaging features specific for cancer.
Expand All @@ -62,5 +69,13 @@ Annotations are availble to download in JSON format [here](https://drive.google.

## Cite

Coming soon.

```
@article{mikhael2023sybil,
title={Sybil: a validated deep learning model to predict future lung cancer risk from a single low-dose chest computed tomography},
author={Mikhael, Peter G and Wohlwend, Jeremy and Yala, Adam and Karstens, Ludvig and Xiang, Justin and Takigami, Angelo K and Bourgouin, Patrick P and Chan, PuiYee and Mrah, Sofiane and Amayri, Wael and Juan, Yu-Hsiang and Yang, Cheng-Ta and Wan, Yung-Liang and Lin, Gigin and Sequist, Lecia V and Fintelmann, Florian J. and Barzilay, Regina},
journal={Journal of Clinical Oncology},
pages={JCO--22},
year={2023},
publisher={Wolters Kluwer Health}
}
```
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ torch==1.10.1+cu113
torchvision==0.11.2+cu113
pytorch_lightning==1.5.6
# math
sklearn==1.0.1
sklearn==1.0.2
# utils
tqdm
lifelines==0.26.4
Expand All @@ -21,4 +21,4 @@ pydicom==2.2.2
#comet-ml
torchio=='0.18.74'
# downloading snapshots
gdown==4.5.1
gdown==4.6.0

0 comments on commit 1556bb8

Please sign in to comment.