Safetensors
File size: 1,047 Bytes
74ce00f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
license: apache-2.0
---
# LKCell-L

## Introduction

The Model checkpoints of LKCell: Efficient Cell Nuclei Instance Segmentation with Large Convolution Kernels. `L` means larger Pre-trained UnirepLKNet models

This model contains the training results of LKCell one of the three different folds(0) of the Pannuke dataset. You can check config.json for more information.

## Links

1. [GitHub Repository](https://github.com/hustvl/LKCell/tree/main)
2. [Hugging Face Space](https://huggingface.co/spaces/xiazhi/LKCell)
3. [LKCell-B](https://huggingface.co/hustvl/LKCell-B)

## Citation

If you find our work is useful, please cite as
```latex
@misc{cui2024lkcellefficientcellnuclei,
      title={LKCell: Efficient Cell Nuclei Instance Segmentation with Large Convolution Kernels}, 
      author={Ziwei Cui and Jingfeng Yao and Lunbin Zeng and Juan Yang and Wenyu Liu and Xinggang Wang},
      year={2024},
      eprint={2407.18054},
      archivePrefix={arXiv},
      primaryClass={eess.IV},
      url={https://arxiv.org/abs/2407.18054}, 
}
```