https://ocelot2023.grand-challenge.org/
- The
./cell_seg/
folder contains notebooks that are used to train segmentation models using only cell patches for cell detection - The
./celltissue/
folder contains notebook that are used to train segmentation model using both cell and tissue patches from the dataset - The
./classifier/
folder contains notebooks that are used to train a classifier to classify the detected cells as tumourous/background cells - The
./tissue_seg/
folder contains notebooks that are used to train a tissue segmentation model - The
./yolo_binary/
folder contains notebooks that are used to train a YOLOv8 model for cell detection - The
./ocelot23algo/
contains files used to build the docker image for submission and the evaluation code in./ocelot23algo/evaluation/eval.py