Skip to content

Commit

Permalink
Updated README for new AAA pipeline (#111)
Browse files Browse the repository at this point in the history
* AAA Pipeline with Custom Trained Model

* Add files via upload

* Add files via upload

* Add files via upload

* Update README.md

* Update README.md

---------

Co-authored-by: Adrit Rao <[email protected]>
  • Loading branch information
AdritRao and Adrit Rao authored Sep 16, 2023
1 parent e828200 commit e5d9d87
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ bin/C2C spine_muscle_adipose_tissue -i <path/to/input/folder>
<img src="figures/spine_muscle_adipose_tissue_example.png" height="300">
</p>

## AAA Segmentation and Maximum Diameter Measurement

### Usage
```bash
bin/C2C aaa -i <path/to/input/folder>
```
- input_path should contain a DICOM series or subfolders that contain DICOM series.

### Example Output Image (slice with largest diameter)
<p align="center">
<img src="figures/aortic_aneurysm_example.png" height="300">
</p>

<div align="center">

| Example Output Video | Example Output Graph |
|-----------------------------|----------------------------|
| <p align="center"><img src="figures/aaa_segmentation_video.gif" height="300"></p> | <p align="center"><img src="figures/aaa_diameter_graph.png" height="300"></p> |

</div>

## Contrast Phase Detection

### Usage
Expand Down Expand Up @@ -161,9 +182,6 @@ bin/C2C all -i <path/to/input/folder>
```
- input_path should contain a DICOM series or subfolders that contain DICOM series.

## In Progess
- Abdominal Aortic Aneurysm Detection

## Contribute
<a name="contribute"></a>
If you would like to contribute to Comp2Comp, we recommend you clone the repository and install Comp2Comp with `pip` in editable mode.
Expand Down
Binary file added figures/aaa_diameter_graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/aaa_segmentation_video.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/aortic_aneurysm_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e5d9d87

Please sign in to comment.