PaddlePaddle / PaddleDetection

Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
Apache License 2.0
12.86k stars 2.9k forks source link

ssd_mobilenet_v1_relu_voc_int8_300_per_layer下这个模型怎么复现呢 #6323

Open personqianduixue opened 2 years ago

personqianduixue commented 2 years ago

问题描述 Please describe your issue

https://paddlelite-demo.bj.bcebos.com/models/ssd_mobilenet_v1_relu_voc_int8_300_per_layer.tar.gz 这个ssd_mobilenet_v1_relu_voc_int8_300_per_layer是用paddle-detection训练量化出来的吗,怎么复现呢

yghstill commented 2 years ago

@personqianduixue 这个模型不知道你是怎么获取到的,如果想要对ssd模型量化,可以参考https://github.com/PaddlePaddle/PaddleDetection/tree/release/2.4/configs/slim 里的量化内容

personqianduixue commented 2 years ago

@yghstill 这是paddlelite提供的模型,主要是这个per_channal和per_layer这2种量化方法paddledetection支持吗 https://www.paddlepaddle.org.cn/lite/v2.10/demo_guides/amlogic_npu.html