51 Star 364 Fork 117

PaddlePaddle / PaddleClas

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
PULC_model_list_en.md 3.94 KB
一键复制 编辑 原始数据 按行查看 历史
gaotingquan 提交于 2022-06-16 12:03 . docs: fix

PULC Model Zoo


The PULC model zoo is provided here, mainly providing indicators, model storage size, and download links of the model. The pre-trained model can be used for fine-tuning training, and the inference model can be directly used for prediction and deployment.

Model name Model Description Metrics Storage Size Latency Download Address
person_exists Human Exists Classification 96.23 7.0M 2.58ms inference model / pretrained model
person_attribute Pedestrian Attribute Classification 78.59 7.2M 2.01ms inference model / pretrained model
safety_helmet Classification of Wheather Wearing Safety Helmet 99.38 7.1M 2.03ms inference model / pretrained model
traffic_sign Traffic Sign Classification 98.35 8.2M 2.10ms inference model / pretrained model
vehicle_attribute Vehicle Attribute Classification 90.81 7.2M 2.36ms inference model / pretrained model
car_exists Car Exists Classification 95.92 7.1M 2.38ms inference model / pretrained model
text_image_orientation Text Image Orientation Classification 99.06 7.1M 2.16ms inference model / pretrained model
textline_orientation Text-line Orientation Classification 96.01 7.0M 2.72ms inference model / pretrained model
language_classification Language Classification 99.26 7.1M 2.58ms inference model / pretrained model

Note:

  • The backbone of all the above models is PPLCNet_x1_0. The different sizes of some models are caused by the different output sizes of the classification layer. The inference time is tested on the Intel(R) Xeon(R) Gold 6148 CPU @ 2.40GHz. During the test process, the MKLDNN acceleration strategy is turned on, and the number of threads is 10. There will be slight fluctuations during the speed test process.

  • The evaluation indicators of person_exists, safety_helmet, and car_exists are TprAtFpr. The evaluation indicators of person_attribute and vehicle_attribute are ma. The evaluation indicators of traffic_sign, text_image_orientation, textline_orientation and language_classification are Top-1 Acc.

Python
1
https://gitee.com/paddlepaddle/PaddleClas.git
git@gitee.com:paddlepaddle/PaddleClas.git
paddlepaddle
PaddleClas
PaddleClas
release/2.5

搜索帮助