Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

9 stars

Watchers

2 watching

Forks

Packages

Contributors

Languages