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 |
-

|
| 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 |
+

|
| 51 |
|
| 52 |
#### crane
|
| 53 |
|
| 54 |
+

|
| 55 |
|
| 56 |
#### excavator
|
| 57 |
|
| 58 |
+

|
| 59 |
|
| 60 |
#### road roller
|
| 61 |
|
| 62 |
+

|
| 63 |
|
| 64 |
#### transporters
|
| 65 |
|
| 66 |
+

|
| 67 |
|
| 68 |
#### wheel loaders
|
| 69 |
|
| 70 |
+

|