Update README.md
Browse files
README.md
CHANGED
@@ -25,6 +25,14 @@ license: apache-2.0
|
|
25 |
|
26 |
任务:工程车辆识别(目前能识别推土机、起重机、挖掘机、压路机、运输车、装载机)
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
Generated by HuggingPics
|
29 |
|
30 |
purpose:engineering vehicle identification(bulldozer、crane、excavator、road roller、transporters、wheel loaders)
|
@@ -39,24 +47,24 @@ Report any issues with the demo at the [github repo](https://github.com/nateraw/
|
|
39 |
|
40 |
#### bulldozer
|
41 |
|
42 |
-
![bulldozer](
|
43 |
|
44 |
#### crane
|
45 |
|
46 |
-
![crane](
|
47 |
|
48 |
#### excavator
|
49 |
|
50 |
-
![excavator](
|
51 |
|
52 |
#### road roller
|
53 |
|
54 |
-
![road roller](
|
55 |
|
56 |
#### transporters
|
57 |
|
58 |
-
![transporters](
|
59 |
|
60 |
#### wheel loaders
|
61 |
|
62 |
-
![wheel loaders](
|
|
|
25 |
|
26 |
任务:工程车辆识别(目前能识别推土机、起重机、挖掘机、压路机、运输车、装载机)
|
27 |
|
28 |
+
使用方法:
|
29 |
+
```python
|
30 |
+
from transformers import pipeline
|
31 |
+
|
32 |
+
classifier = pipeline('image-classification', model='Bazzar/cv_construction_vehicle_identification')
|
33 |
+
print(classifier('http://图片地址'))
|
34 |
+
```
|
35 |
+
|
36 |
Generated by HuggingPics
|
37 |
|
38 |
purpose:engineering vehicle identification(bulldozer、crane、excavator、road roller、transporters、wheel loaders)
|
|
|
47 |
|
48 |
#### bulldozer
|
49 |
|
50 |
+
![bulldozer](https://img1.baidu.com/it/u=2760903495,1978027810&fm=253&fmt=auto&app=138&f=JPEG?w=300&h=200)
|
51 |
|
52 |
#### crane
|
53 |
|
54 |
+
![crane](https://img.d1cm.com/pro/1_1000/300X200/25582_20150618113052819.jpg)
|
55 |
|
56 |
#### excavator
|
57 |
|
58 |
+
![excavator](https://img.d1cm.com/pro/1_1000/300X200/60016_202110111238248907.jpg)
|
59 |
|
60 |
#### road roller
|
61 |
|
62 |
+
![road roller](https://img.d1cm.com/pro/1_1000/300X200/56549_202106092140007895.jpg)
|
63 |
|
64 |
#### transporters
|
65 |
|
66 |
+
![transporters](https://upload.17350.com/2022/0312/20220312015956147.jpg?x-oss-process=style/w300)
|
67 |
|
68 |
#### wheel loaders
|
69 |
|
70 |
+
![wheel loaders](https://img.d1cm.com/pro/1_1000/300X200/33511_201603012158303921.jpg)
|