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.82k stars 2.89k forks source link

修改ppyoloe推理的nms #8358

Open iyangiii opened 1 year ago

iyangiii commented 1 year ago

问题确认 Search before asking

请提出你的问题 Please ask your question

我想修改ppyoloe推理过程的nms应该在哪里进行修改呢? 是infer.py吗 还是这里的配置文件? 要修改的是推理的nms image

sunshinetaiyang commented 1 year ago

根据我的经验,就是这个配置文件,导出时确保

Exporting the model

export: post_process: True # Whether post-processing is included in the network when export model. nms: True # Whether NMS is included in the network when export model.