File size: 1,028 Bytes
e69d373
 
 
d6bfeb2
 
 
 
e69d373
 
 
 
d6bfeb2
 
 
 
 
 
 
 
e69d373
 
 
 
 
 
 
 
 
 
 
 
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
---
license: mit
---
# 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 on three different folds of the Pannuke dataset. You can check config.yaml 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/xiazhi/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}, 
}
```