PaddlePaddle / FastDeploy

⚡️An Easy-to-use and Fast Deep Learning Model Deployment Toolkit for ☁️Cloud 📱Mobile and 📹Edge. Including Image, Video, Text and Audio 20+ main stream scenarios and 150+ SOTA models with end-to-end optimization, multi-platform and multi-framework support.
https://www.paddlepaddle.org.cn/fastdeploy
Apache License 2.0
2.81k stars 441 forks source link

yolov8目标检测如何修改iou #2449

Open monkeycc opened 1 month ago

monkeycc commented 1 month ago

model.postprocessor.iuo = 0.2 AttributeError: 'fastdeploy.libs.fastdeploy_main.vision.detection.YOLOv8Postprocessor' object has no attribute 'iuo'

juncaipeng commented 1 month ago

你好,这个不支持设置iou

https://github.com/PaddlePaddle/FastDeploy/blob/develop/fastdeploy/vision/detection/contrib/yolov8/yolov8_pybind.cc#L56