Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ tags:
|
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
model-index:
|
9 |
-
- name:
|
10 |
results:
|
11 |
- task:
|
12 |
name: Image Classification
|
@@ -18,12 +18,14 @@ model-index:
|
|
18 |
license: apache-2.0
|
19 |
---
|
20 |
|
21 |
-
#
|
22 |
|
23 |
|
24 |
-
|
25 |
|
26 |
-
|
|
|
|
|
27 |
|
28 |
Create your own image classifier for **anything** by running [the demo on Google Colab](https://colab.research.google.com/github/nateraw/huggingpics/blob/main/HuggingPics.ipynb).
|
29 |
|
|
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
model-index:
|
9 |
+
- name: cv_construction_vehicle_identification
|
10 |
results:
|
11 |
- task:
|
12 |
name: Image Classification
|
|
|
18 |
license: apache-2.0
|
19 |
---
|
20 |
|
21 |
+
# cv_construction_vehicle_identification
|
22 |
|
23 |
|
24 |
+
使用HuggingPics微调生成
|
25 |
|
26 |
+
任务:工程车辆识别(目前能识别推土机、起重机、挖掘机、压路机、运输车、装载机)
|
27 |
+
|
28 |
+
Generated by HuggingPics
|
29 |
|
30 |
Create your own image classifier for **anything** by running [the demo on Google Colab](https://colab.research.google.com/github/nateraw/huggingpics/blob/main/HuggingPics.ipynb).
|
31 |
|