Implementation of ReCasNet: Improving consistency within the two-stage mitosis detection framework.
This git contains two main directories: detection/
and classification/
.
The directory detection/
contains the socure code of a detection and window relocation stage. Environment setup and usage guide of this directory is in this link.
The directory classification/
contains the socure code of an object center adjustment stage, classification stage, and evalutaion code. Enviroment setup and usage guide of this directory is in this link.
Each directory use different environment. The detection stage is based on MMDetection, an object detection framework based on PyTorch, while the object center adjustment and classification stage are based on tensorflow.