Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 373 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 373 Bytes

AutomatedCardioThoracicRatio

Survey different image segmentation techniques for computing CTR

Work in progress

To split data:

Put preprocessed chest xrays in data/new/imgs

Put preprocessed masks in data/new/masks

Run python train_test_split.py, which will create:

  • data/new/train/imgs
  • data/new/train/masks
  • data/new/test/imgs
  • data/new/test/masks