Skip to content

Code available of a preprint paper "Cervical Glandular Cell Detection from Whole Slide Image with Out-Of-Distribution Data"

License

Notifications You must be signed in to change notification settings

Chrisa142857/PolarNet-GCdet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PolarNet, GC (Glandular Cell) detection from cytology WSI

Code available of a preprint paper Cervical Glandular Cell Detection from Whole Slide Image with Out-Of-Distribution Data (refer to arXiv). Please cite it.

Plugin PolarNet using eight neighboring self-attention mechanism, for improving GC (glandular cell) detection from cytology WSI (Whole Slide Image).

It can be plugged into any modern deep learning-based object detection model. The code of PolarNet polar_net.py in this project is easiest to read about the proposed network.

Graphic Abstract

Graphic Abstract

Project dir

The implementation of PolarNet in different detection frameworks is identical:

  • SOTA double-stage: Faster RCNN/ (based on the github repo AttFaster)
  • SOTA one-stage: YOLOX/ (based on the github repo YOLOX)
  • Others: mmdetection/ (based on the github repo mmdetection)

Data

Data is available except for images:

  • COCO format annotation: data/mmdetection
  • CSV format annotation: data/YOLOX & data/Faster RCNN

Details

Please see the corresponding README.md inside folders.

About

Code available of a preprint paper "Cervical Glandular Cell Detection from Whole Slide Image with Out-Of-Distribution Data"

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published