BambooKui
Results
4
issues of
BambooKui
在使用sample中有关yolov5的例子时,将他改为openvino_int8平台,量化完成后经过推理得到的confidence太低。但使用onnxruntime和yolo的detect却正常。怎么解决?
我想在PPQ上实现一些量化算法(QAT和PTQ都有),并将其部署到硬件后端上,应该怎么做?
I have some questions. Previously, I quantized some models using torch.fx, and both the size and speed of the models changed. However, I noticed that these tools are not used...