Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,3 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-nc-4.0
|
| 3 |
-
---
|
| 4 |
-
|
| 5 |
# HNE2Cell — H&E Whole-Slide Image Cell Detection & Classification
|
| 6 |
|
| 7 |
HNE2Cell detects and classifies **16 cell types** from H&E-stained whole-slide images (WSI).
|
|
@@ -320,6 +316,7 @@ HNE2Cell/
|
|
| 320 |
|
| 321 |
---
|
| 322 |
|
|
|
|
| 323 |
## Citation
|
| 324 |
|
| 325 |
If you use HNE2Cell in your research, please cite:
|
|
@@ -333,4 +330,23 @@ If you use HNE2Cell in your research, please cite:
|
|
| 333 |
```
|
| 334 |
|
| 335 |
The example slide is derived from data generated by the TCGA:
|
| 336 |
-
<https://portal.gdc.cancer.gov/>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# HNE2Cell — H&E Whole-Slide Image Cell Detection & Classification
|
| 2 |
|
| 3 |
HNE2Cell detects and classifies **16 cell types** from H&E-stained whole-slide images (WSI).
|
|
|
|
| 316 |
|
| 317 |
---
|
| 318 |
|
| 319 |
+
|
| 320 |
## Citation
|
| 321 |
|
| 322 |
If you use HNE2Cell in your research, please cite:
|
|
|
|
| 330 |
```
|
| 331 |
|
| 332 |
The example slide is derived from data generated by the TCGA:
|
| 333 |
+
<https://portal.gdc.cancer.gov/>.
|
| 334 |
+
|
| 335 |
+
|
| 336 |
+
## License
|
| 337 |
+
|
| 338 |
+
This repository uses a dual licensing scheme commonly adopted in academic ML/biomedical projects (e.g., SAM, LLaMA):
|
| 339 |
+
|
| 340 |
+
- **Source code** (`.py` files): Released under the **MIT License**. See `LICENSE`.
|
| 341 |
+
- **Model weights** (`HNE2cell_all_patch73_jit.pt`): Released under
|
| 342 |
+
**Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)**.
|
| 343 |
+
See `MODEL_LICENSE`. Free for academic and non-commercial research use.
|
| 344 |
+
|
| 345 |
+
For commercial licensing, please contact:
|
| 346 |
+
**Ewha University-Industry Collaboration Foundation**
|
| 347 |
+
Technology Commercialization Team
|
| 348 |
+
Ewha Womans University, 52 Ewhayeodae-gil, Seodaemun-gu, Seoul, Republic of Korea
|
| 349 |
+
Web: <https://research.ewha.ac.kr> | <https://epm.ewha.ac.kr>
|
| 350 |
+
- **Example slide** (`TCGA-56-8628-*.svs`): Derived from TCGA-LUSC, governed by
|
| 351 |
+
the [NIH Genomic Data Sharing Policy](https://sharing.nih.gov/genomic-data-sharing-policy).
|
| 352 |
+
|