1from transformers import pipeline
2
3classifier = pipeline('image-classification', model='Bazzar/cv_construction_vehicle_identification')
4print(classifier('http://图片地址'))
purpose:engineering vehicle identification(bulldozer、crane、excavator、road roller、transporters、wheel loaders)
Create your own image classifier for
anything by running
the demo on Google Colab.
Report any issues with the demo at the
github repo.