An open API service indexing awesome lists of open source software.

https://github.com/why19991/InSeg


https://github.com/why19991/InSeg

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# InSeg
### Incremental Nuclei Segmentation from Histopathological Images
### via Future-class Awareness and Compatibility-inspired Distillation [CVPR 2024]
###### Huyong Wang1, Huisi Wu1, Jing Qin2
###### 1College of Computer Science and Software Engineering, Shenzhen University
###### 2Centre for Smart Health, School of Nursing, The Hong Kong Polytechnic University

# Method



# Notes
Due to the confidentiality agreement in commercial cooperation, we only provide codes of core modules and the whole trainable models for the convenience of comparisons.

# Environment
* Python>=3.8
* Pytorch>=1.8.1
* Install [inplace_abn](https://github.com/mapillary/inplace_abn)
# Thanks
This code is heavily borrowed from [[EWF](https://github.com/schuy1er/EWF_official)] and [[PLOP](https://github.com/arthurdouillard/CVPR2021_PLOP)]. We appreciate their contributions to this community.