Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 1.11 KB

README.md

File metadata and controls

41 lines (37 loc) · 1.11 KB

lungs-segmentation-ICNET

Segmentation using Lungs X-Ray


alt text

Details


Input 256 x 256 GrayScale XRay Images
Output 256 X 256 Segmentation Map

Important Notes

While creating data folder, please ensure the following folder structure:

    ├── ...
    ├── train                    
    │   ├── id1
    |   |   ├── images
    |   |   |   ├── id1.png
    |   |   ├── mask
    |   |   |   ├── id1.png
    |   |.....
    │   ├── test         
    │   |   ├── id2
    |   |   ├── images
    |   |   |   ├── id2.png               
    └── ...