A scratch repo for classification of regions in lungmap images.
=======
The purpose of this repository is to start with the assumption that the immunofluorescence confocal images have adequately had instance segmentation applied, meaning that a contour of an anatomical structure is available. This repo tests difference classification techniques for labeling the segmented regions and also segmenting cells within these larger anatomical entities and ideally tie these to an ontology which can tie the color of the cell to the type of cell segmented.
To run the entire pipeline:
- Run
data_generator.py
: This will produce the training and test data in amodel_data
directory. - Run
xception_transfer.py
: This will train the Xception pipeline, and can take quite a while. - Run
test.py
: This will evaluate the test image for accuracy, saving the results inresults.csv
in themodel_data
directory.