Update README.md
Browse files
README.md
CHANGED
|
@@ -8,10 +8,28 @@ license: cc-by-nc-4.0
|
|
| 8 |
|
| 9 |
The project source code: [GitHub Repository](https://github.com/theodpzz/ps3c).
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
### PS3C
|
| 12 |
|
| 13 |
This project was developed as part of the **PS3C Challenge** at **ISBI 2025**.
|
| 14 |
|
| 15 |
Kaggle Challenge: [Kaggle Link](https://www.kaggle.com/competitions/pap-smear-cell-classification-challenge).
|
| 16 |
|
| 17 |
-
APACC Dataset original paper: [Paper access](https://www.nature.com/articles/s41597-024-03596-3).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
The project source code: [GitHub Repository](https://github.com/theodpzz/ps3c).
|
| 10 |
|
| 11 |
+
### Available resources
|
| 12 |
+
|
| 13 |
+
Train weights for **Step 1** and **Step 2**, as well as the **per-class final predicted probabilities**, are provided in this repository.
|
| 14 |
+
|
| 15 |
### PS3C
|
| 16 |
|
| 17 |
This project was developed as part of the **PS3C Challenge** at **ISBI 2025**.
|
| 18 |
|
| 19 |
Kaggle Challenge: [Kaggle Link](https://www.kaggle.com/competitions/pap-smear-cell-classification-challenge).
|
| 20 |
|
| 21 |
+
APACC Dataset original paper: [Paper access](https://www.nature.com/articles/s41597-024-03596-3).
|
| 22 |
+
|
| 23 |
+
### Citation
|
| 24 |
+
|
| 25 |
+
If you use this model or related resources, we would appreciate the following citation:
|
| 26 |
+
|
| 27 |
+
```BibTeX
|
| 28 |
+
@inproceedings{dipiazza2025ps3c,
|
| 29 |
+
author = {Di Piazza Theo and Loic Boussel},
|
| 30 |
+
title = {An Ensemble-based Two-step Framework for Classification of Pap Smear Cell Images},
|
| 31 |
+
booktitle = {Proceedings of the IEEE International Symposium on Biomedical Imaging (ISBI)},
|
| 32 |
+
year = {2025},
|
| 33 |
+
organization = {IEEE},
|
| 34 |
+
}
|
| 35 |
+
```
|