Safetensors
xiazhi commited on
Commit
74ce00f
·
verified ·
1 Parent(s): bee4ac8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -3
README.md CHANGED
@@ -1,3 +1,31 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ # LKCell-L
5
+
6
+ ## Introduction
7
+
8
+ The Model checkpoints of LKCell: Efficient Cell Nuclei Instance Segmentation with Large Convolution Kernels. `L` means larger Pre-trained UnirepLKNet models
9
+
10
+ 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.
11
+
12
+ ## Links
13
+
14
+ 1. [GitHub Repository](https://github.com/hustvl/LKCell/tree/main)
15
+ 2. [Hugging Face Space](https://huggingface.co/spaces/xiazhi/LKCell)
16
+ 3. [LKCell-B](https://huggingface.co/hustvl/LKCell-B)
17
+
18
+ ## Citation
19
+
20
+ If you find our work is useful, please cite as
21
+ ```latex
22
+ @misc{cui2024lkcellefficientcellnuclei,
23
+ title={LKCell: Efficient Cell Nuclei Instance Segmentation with Large Convolution Kernels},
24
+ author={Ziwei Cui and Jingfeng Yao and Lunbin Zeng and Juan Yang and Wenyu Liu and Xinggang Wang},
25
+ year={2024},
26
+ eprint={2407.18054},
27
+ archivePrefix={arXiv},
28
+ primaryClass={eess.IV},
29
+ url={https://arxiv.org/abs/2407.18054},
30
+ }
31
+ ```