Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
license: apache-2.0
|
| 2 |
library_name: pytorch
|
| 3 |
pipeline_tag: image-segmentation
|
|
@@ -5,6 +6,7 @@ tags:
|
|
| 5 |
- image-segmentation
|
| 6 |
- pytorch
|
| 7 |
- unet
|
|
|
|
| 8 |
|
| 9 |
# Gray Leaf Spot Segmentation Model
|
| 10 |
|
|
@@ -12,7 +14,6 @@ PyTorch U-Net segmentation model trained for gray leaf spot segmentation.
|
|
| 12 |
|
| 13 |
|
| 14 |
|
| 15 |
-
|
| 16 |
- `grayleafspot.pt`: main U-Net model artifact
|
| 17 |
- `best_area_w_0.1.pt`: area consistency U-Net (weight=0.1)
|
| 18 |
- `best_area_w_0.3.pt`: area consistency U-Net (weight=0.3)
|
|
@@ -97,11 +98,11 @@ If you use this model or code, please cite:
|
|
| 97 |
```
|
| 98 |
|
| 99 |
|
| 100 |
-
|
| 101 |
|
| 102 |
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
|
| 103 |
|
| 104 |
## Access
|
| 105 |
|
| 106 |
This repository is gated with manual approval enabled on the Hugging Face Hub.
|
| 107 |
-
Users must request access before they can download the model.
|
|
|
|
| 1 |
+
---
|
| 2 |
license: apache-2.0
|
| 3 |
library_name: pytorch
|
| 4 |
pipeline_tag: image-segmentation
|
|
|
|
| 6 |
- image-segmentation
|
| 7 |
- pytorch
|
| 8 |
- unet
|
| 9 |
+
---
|
| 10 |
|
| 11 |
# Gray Leaf Spot Segmentation Model
|
| 12 |
|
|
|
|
| 14 |
|
| 15 |
|
| 16 |
|
|
|
|
| 17 |
- `grayleafspot.pt`: main U-Net model artifact
|
| 18 |
- `best_area_w_0.1.pt`: area consistency U-Net (weight=0.1)
|
| 19 |
- `best_area_w_0.3.pt`: area consistency U-Net (weight=0.3)
|
|
|
|
| 98 |
```
|
| 99 |
|
| 100 |
|
| 101 |
+
## License
|
| 102 |
|
| 103 |
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
|
| 104 |
|
| 105 |
## Access
|
| 106 |
|
| 107 |
This repository is gated with manual approval enabled on the Hugging Face Hub.
|
| 108 |
+
Users must request access before they can download the model.
|