Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 363 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 363 Bytes

BACH

ICIAR 2018 Grand Challenge on BreAst Cancer Histology images.

https://iciar2018-challenge.grand-challenge.org

To segment the image, execute the classify_image_py with the path to the image as an argument. Executing:

python3 classify_image.py sample_image.tif

should return sample_image.tif,Invasive

Tested with Python 3.6.3