TissueImageAnalytics / CoNIC

CoNIC Challenge
60 stars 18 forks source link

CoNIC: Colon Nuclei Identification and Counting Challenge

In this repository we provide code and example notebooks to assist participants start their algorithm development for the CoNIC challenge. In particular we provide:

NEWS: We have now released the training code that we used to train the baseline method (HoVer-Net). For this, we created a new branch, named conic in the original HoVer-Net repository. Click on this link to access the code!

Output format for metric calculation

To appropriately calculate the metrics, ensure that your output is in the following format:

Metric calculation

To get the stats for segmentation and classification, run:

  python compute_stats.py --mode="seg_class" --pred=<path_to_results> --true=<path_to_ground_truth>

To get the stats for cellular composition prediction, run:

  python compute_stats.py --mode="regression" --pred=<path_to_results> --true=<path_to_ground_truth>

Cite

If you are comparing against any of the methods within the challenge or using this repository or using our dataset, you must cite: