Upload folder using huggingface_hub
Browse files- CITATION.cff +5 -4
- README.md +8 -5
CITATION.cff
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
cff-version: 1.2.0
|
| 2 |
message: "If you use this model or code, please cite as below."
|
| 3 |
-
title: "
|
| 4 |
authors:
|
| 5 |
-
-
|
| 6 |
-
given-names: "R."
|
| 7 |
-
orcid: "https://orcid.org/0009-0005-9225-1775"
|
| 8 |
year: 2026
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
cff-version: 1.2.0
|
| 2 |
message: "If you use this model or code, please cite as below."
|
| 3 |
+
title: "grayleafspot-segmentation (Revision 0e85f71)"
|
| 4 |
authors:
|
| 5 |
+
- name: "rohan r"
|
|
|
|
|
|
|
| 6 |
year: 2026
|
| 7 |
+
url: "https://huggingface.co/rotsl/grayleafspot-segmentation"
|
| 8 |
+
doi: "10.57967/hf/8416"
|
| 9 |
+
publisher: "Hugging Face"
|
README.md
CHANGED
|
@@ -84,16 +84,19 @@ This repository follows the TrainPetri pipeline for image segmentation, adapted
|
|
| 84 |
|
| 85 |
|
| 86 |
|
|
|
|
| 87 |
## Citation
|
| 88 |
|
| 89 |
If you use this model or code, please cite:
|
| 90 |
|
| 91 |
```
|
| 92 |
-
@
|
| 93 |
-
author
|
| 94 |
-
title
|
| 95 |
-
year
|
| 96 |
-
|
|
|
|
|
|
|
| 97 |
}
|
| 98 |
```
|
| 99 |
|
|
|
|
| 84 |
|
| 85 |
|
| 86 |
|
| 87 |
+
|
| 88 |
## Citation
|
| 89 |
|
| 90 |
If you use this model or code, please cite:
|
| 91 |
|
| 92 |
```
|
| 93 |
+
@misc{rohan_r_2026,
|
| 94 |
+
author = { rohan r },
|
| 95 |
+
title = { grayleafspot-segmentation (Revision 0e85f71) },
|
| 96 |
+
year = 2026,
|
| 97 |
+
url = { https://huggingface.co/rotsl/grayleafspot-segmentation },
|
| 98 |
+
doi = { 10.57967/hf/8416 },
|
| 99 |
+
publisher = { Hugging Face }
|
| 100 |
}
|
| 101 |
```
|
| 102 |
|