OttoYu commited on
Commit
b04c6d5
1 Parent(s): 8b52269

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -12
README.md CHANGED
@@ -15,16 +15,28 @@ co2_eq_emissions:
15
  emissions: 1.3038362907488008
16
  ---
17
 
18
- ## Validation Metrics
 
 
19
 
20
- - Loss: 1.314
21
- - Accuracy: 0.537
22
- - Macro F1: 0.462
23
- - Micro F1: 0.537
24
- - Weighted F1: 0.515
25
- - Macro Precision: 0.461
26
- - Micro Precision: 0.537
27
- - Weighted Precision: 0.524
28
- - Macro Recall: 0.492
29
- - Micro Recall: 0.537
30
- - Weighted Recall: 0.537
 
 
 
 
 
 
 
 
 
 
 
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