Git Product home page Git Product logo

stonybrookdb / pcr_prediction_serial_wsis_cells Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jkonglab/pcr_prediction_serial_wsis_cells

0.0 1.0 0.0 37 KB

Spatial Attention-Based Deep Learning System for Breast Cancer Pathological Complete Response Prediction with Serial Histopathology Images in Multiple Stains where attention map is produced from tumor cells of finterest

License: GNU General Public License v3.0

Python 100.00%

pcr_prediction_serial_wsis_cells's Introduction

SpatialAtten

Spatial Attention-Based Deep Learning System for Breast Cancer Pathological Complete Response Prediction with Serial Histopathology Images in Multiple Stains

SpatialAtten
│   README.md
│   model.py            ## YOLOv4 model description    
|   trainDetector.py    ## train the YOLOv4 for tumor cells and TILs detection
|   trainPredictor.py   ## freezing detecor part and train the whole system with PCR prediction
│
└───class_names
│   │   classes.txt     ## class names for detection
|
└───dataset
│   └───img
│   |   │   img.jpg     ## all images for detection training
|   └───txt
│       │   anno.txt    ## all annotations for detection training
|
└───PCR
│   └───pcr
│   |   │   he.jpg      ## all HE images for PCR prediction from pcr cases
│   |   │   ki-67.jpg   ## all Ki-67 images for PCR prediction from pcr cases
│   |   │   phh3.jpg    ## all PHH3 images for PCR prediction from pcr cases
│   └───non-pcr
│   |   │   he.jpg      ## all HE images for PCR prediction from non-pcr cases
│   |   │   ki-67.jpg   ## all Ki-67 images for PCR prediction from non-pcr cases
│   |   │   phh3.jpg    ## all PHH3 images for PCR prediction from non-pcr cases

Firstly run the trainDetector.py to train the tumor cells and TILs detector. Then run trainPredictor.py to train the PCR predictor.

The YOLOv4 part is referred from https://github.com/taipingeric/yolo-v4-tf.keras.git

Reference

@inproceedings{duanmu2021spatial,
title={Spatial Attention-Based Deep Learning System for Breast Cancer Pathological Complete Response Prediction with Serial Histopathology Images in Multiple Stains},
author={Duanmu, Hongyi and Bhattarai, Shristi and Li, Hongxiao and Cheng, Chia Cheng and Wang, Fusheng and Teodoro, George and Janssen, Emiel AM and Gogineni, Keerthi and Subhedar, Preeti and Aneja, Ritu and Jun Kong},
booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},
pages={550--560},
year={2021},
organization={Springer}
}

pcr_prediction_serial_wsis_cells's People

Contributors

jkonglab avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.