Created by: edimetia3d
-
pow
op supported - host kernel for
deformable_conv
works - host kernel for
matrix_nms
works - arm kernel
yolo_box
updated with paddle-fluid
todo:
- arm kernel for
deformable_conv
need to be fixed, before that, the arm kernel should be disabled to use host kernel - matrix_nms uses
std::partial_sort
, which is unstable, this may lead to some unwanted "error" - the host kernel of
matrix_nms
has a poor performance. - ppyolo_r18vd model need to be updated to match Paddle API, see https://github.com/PaddlePaddle/PaddleDetection/issues/1483