Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,22 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
4 |
The Model checkpoints of LKCell: Efficient Cell Nuclei Instance Segmentation with Large Convolution Kernels. `L` means larger Pre-trained UnirepLKNet models
|
5 |
|
6 |
This model contains the training results of LKCell on three different folds of the Pannuke dataset. You can check config.yaml for more information.
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
If you find our work is useful, please cite as
|
9 |
```latex
|
10 |
@misc{cui2024lkcellefficientcellnuclei,
|
|
|
1 |
---
|
2 |
license: mit
|
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 on three different folds of the Pannuke dataset. You can check config.yaml 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/xiazhi/LKCell-B)
|
17 |
+
|
18 |
+
## Citation
|
19 |
+
|
20 |
If you find our work is useful, please cite as
|
21 |
```latex
|
22 |
@misc{cui2024lkcellefficientcellnuclei,
|