Skip to content

Commit 781fa0c

Browse files
authored
[+] update README.md
1 parent c5f00fa commit 781fa0c

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1-
# PSAT
21

3-
[![Python package](https://github.com/ICANS-Strasbourg/PSAT/actions/workflows/python-package.yml/badge.svg?branch=main)](https://github.com/ICANS-Strasbourg/PSAT/actions/workflows/python-package.yml)
2+
<p align="center">
3+
<img src="resources/images/psat_logo.png" alt="PSAT Logo" style="width:50%; max-width:100px; display:block; margin: 0 auto;">
4+
</p>
45

5-
Pediatric Segmentation Approaches via Adult Augmentations and Transfer Learning
6+
<p align="center">
7+
<strong>P</strong>ediatric <strong>S</strong>egmentation <strong>A</strong>pproaches via <strong>A</strong>dult <strong>A</strong>ugmentations and <strong>T</strong>ransfer Learning
8+
</p>
9+
10+
<p align="center">
11+
<a href="https://github.com/ICANS-Strasbourg/PSAT/actions/workflows/python-package.yml">
12+
<img src="https://github.com/ICANS-Strasbourg/PSAT/actions/workflows/python-package.yml/badge.svg?branch=main" alt="Python package">
13+
</a>
14+
</p>
615

716
---
817

@@ -25,7 +34,9 @@ Pediatric Segmentation Approaches via Adult Augmentations and Transfer Learning
2534

2635
**PSAT** addresses pediatric segmentation challenges by leveraging adult, pediatric, and mixed datasets, advanced augmentation strategies, and transfer learning. It is designed for researchers and practitioners working on medical image segmentation, especially in pediatric contexts.
2736

28-
<img src="resources/images/PSAT_overview.png" alt="PSAT Overview" style="width:80%; max-width:1000px; display:block; margin: 0 auto;">
37+
<p align="center">
38+
<img src="resources/images/PSAT_overview.png" alt="PSAT Overview" style="width:80%; max-width:1000px; display:block; margin: 0 auto;">
39+
</p>
2940

3041
## Features
3142
- **Flexible Training Plans:** Use adult, pediatric, or mixed data ($P_a$, $P_p$, $P_m$)

0 commit comments

Comments
 (0)