Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
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.
问题确认 Search before asking
请提出你的问题 Please ask your question
我想修改ppyoloe推理过程的nms应该在哪里进行修改呢? 是infer.py吗 还是这里的配置文件? 要修改的是推理的nms