Instructions to use OttoYu/Tree-Condition with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OttoYu/Tree-Condition with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="OttoYu/Tree-Condition") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("OttoYu/Tree-Condition") model = AutoModelForImageClassification.from_pretrained("OttoYu/Tree-Condition") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,16 +15,28 @@ co2_eq_emissions:
|
|
| 15 |
emissions: 1.3038362907488008
|
| 16 |
---
|
| 17 |
|
| 18 |
-
#
|
|
|
|
|
|
|
| 19 |
|
| 20 |
-
-
|
| 21 |
-
-
|
| 22 |
-
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
emissions: 1.3038362907488008
|
| 16 |
---
|
| 17 |
|
| 18 |
+
# 🌳 Tree Condition Classification 樹況分類 (bilingual)
|
| 19 |
+
### Model Description
|
| 20 |
+
This online application covers 22 most typical tree disease over 290+ images. If you find any trees that has hidden injures, you can classifies with our model and report the tree condition via this form (https://rb.gy/c1sfja). 此在線程式涵蓋22種官方部門樹況分類的標準,超過290張圖像。如果您發現任何樹木有隱傷,您可以使用我們的模型進行分類並通過此表格報告樹木狀況。
|
| 21 |
|
| 22 |
+
- **Developed by:** Yu Kai Him Otto
|
| 23 |
+
- **Shared via:** Huggingface.co
|
| 24 |
+
- **Model type:** Opensource
|
| 25 |
+
|
| 26 |
+
## Uses
|
| 27 |
+
You can use the this model for tree condition image classification.
|
| 28 |
+
|
| 29 |
+
## Training Details
|
| 30 |
+
### Training Data
|
| 31 |
+
|
| 32 |
+
- Loss: 0.355
|
| 33 |
+
- Accuracy: 0.852
|
| 34 |
+
- Macro F1: 0.787
|
| 35 |
+
- Micro F1: 0.852
|
| 36 |
+
- Weighted F1: 0.825
|
| 37 |
+
- Macro Precision: 0.808
|
| 38 |
+
- Micro Precision: 0.852
|
| 39 |
+
- Weighted Precision: 0.854
|
| 40 |
+
- Macro Recall: 0.811
|
| 41 |
+
- Micro Recall: 0.852
|
| 42 |
+
- Weighted Recall: 0.852
|