mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-12 20:11:20 +08:00
[Quantization] Add new PaddleClas models quantization support. (#864)
* Fix links in readme * Fix links in readme * Update PPOCRv2/v3 examples * Update auto compression configs * Add neww quantization support for paddleclas model * Update quantized Yolov6s model download link
This commit is contained in:
@@ -17,7 +17,7 @@ git clone https://github.com/PaddlePaddle/FastDeploy.git
|
||||
cd examples/slim/yolov6/python
|
||||
|
||||
#下载FastDeloy提供的yolov6s量化模型文件和测试图片
|
||||
wget https://bj.bcebos.com/paddlehub/fastdeploy/yolov6s_qat_model.tar
|
||||
wget https://bj.bcebos.com/paddlehub/fastdeploy/yolov6s_qat_model_new.tar
|
||||
tar -xvf yolov6s_qat_model.tar
|
||||
wget https://gitee.com/paddlepaddle/PaddleDetection/raw/release/2.4/demo/000000014439.jpg
|
||||
|
||||
|
Reference in New Issue
Block a user