Update README.md

This commit is contained in:
Jason
2022-08-11 10:16:31 +08:00
committed by GitHub
parent 3e01118d01
commit 62fb9fd03c

View File

@@ -50,7 +50,7 @@ PaddleDetection模型加载和初始化其中model_file params_file为导
### predict函数 ### predict函数
PaddleDetection中各个模型包括PPYOLOE/PicoDet/PaddleYOLOX/YOLOv3/PPYOLO/FasterRCNN均提供如下同样的成员函数用于进图像的检测 PaddleDetection中各个模型包括PPYOLOE/PicoDet/PaddleYOLOX/YOLOv3/PPYOLO/FasterRCNN均提供如下同样的成员函数用于进图像的检测
> ``` > ```
> PPYOLOE.predict(image_data, conf_threshold=0.25, nms_iou_threshold=0.5) > PPYOLOE.predict(image_data, conf_threshold=0.25, nms_iou_threshold=0.5)
> ``` > ```