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.62k stars 2.87k forks source link

想把ppyolo训练的模型部署在华为海思的开发板上,但是海思的nnie引擎不支持DCN可变形卷积,请问如何用常规卷积进行替代 #3702

Closed yuanwei0908 closed 3 years ago

raymondchu-z commented 3 years ago

配置里面dcn

ResNet: depth: 50 variant: d return_idx: [1, 2, 3] dcn_v2_stages: [-1]

dcn_v2_stages: [-1]这个设-1就行

nemonameless commented 3 years ago

dcn_v2_stages: [-1]或者这一行注释即可