Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 622 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 622 Bytes

Camus challenge in Pytorch Lightning

Bare-bones Pytorch Lightning implementation of a Unet for the CAMUS challenge. CAMUS is a challenge in ultrasound heart-structure segmentation. More info can be found on their website.

About the implementation: the performance isn't SotA - it serves as a baseline to get you started. Suggested first steps for improvement: add a data augmentation strategy.

Getting started

Clone repo with git (bash):

git clone https://github.com/GEJansen/camus-pytorch

Download training and test set on the CAMUS website.