rknn-toolkit icon indicating copy to clipboard operation
rknn-toolkit copied to clipboard

Yolo post process

Open EhsanVahab opened this issue 2 years ago • 1 comments

Hi, I'm using yolov3 and taking advantage of rknn toolkit on AIO-Firefly-3399ProC the inference time is ok but the yolo post process takes approximately 131ms per each image. is there any idea to reduce time of post process?

EhsanVahab avatar Mar 16 '22 11:03 EhsanVahab

Try this https://github.com/airockchip/rknn_model_zoo/tree/main/models/vision/object_detection , the C implement is optimized and shall take less time

zen-xingle avatar Sep 01 '22 02:09 zen-xingle