This repository contains the implementation of Context-Aware CNN as described in the paper.
The journal paper on this work is currently under review in IEEE Transactions on Medical Imaging. If you want to refer this work in your research, please cite our arXiv preprint on this work:
@article{Context-Aware Convolutional Neural Network for Grading of Colorectal Cancer Histology Images},
author={Shaban, Muhammad and Awan, Ruqayya and Fraz, Muhammad Moazam and Azam, Ayesha and Snead, David and Rajpoot, Nasir M},
journal={arXiv preprint arXiv:1907.09478},
year={2019}
}
We have plan to release the train and validation dataset after acceptance of our paper. Please contact Prof. Nasir Rajpoot ([email protected]) for dataset related queries.
Following software packages will be required to run this code:
-- Python 3.5
-- tensorflow-gpu=1.8.0
-- keras=2.1.6
-- openslide
-- opencv_python
-- scipy
See the list of contributors who participated in this project.
This project is licensed under the GNU General Public License - see the LICENSE.md file for details.