Skip to content

Commit

Permalink
Update README_cn.md (PaddlePaddle#2903)
Browse files Browse the repository at this point in the history
remove doubled words
  • Loading branch information
yzl19940819 committed May 10, 2021
1 parent 7ebb6f2 commit 8889aca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configs/ppyolo/README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ PP-YOLO从如下方面优化和提升YOLOv3模型的精度和速度:
- PP-YOLO模型推理速度测试采用单卡V100,batch size=1进行测试,使用CUDA 10.2, CUDNN 7.5.1,TensorRT推理速度测试使用TensorRT 5.1.2.2。
- PP-YOLO模型FP32的推理速度测试数据为使用`tools/export_model.py`脚本导出模型后,使用`deploy/python/infer.py`脚本中的`--run_benchnark`参数使用Paddle预测库进行推理速度benchmark测试结果, 且测试的均为不包含数据预处理和模型输出后处理(NMS)的数据(与[YOLOv4(AlexyAB)](https://github.com/AlexeyAB/darknet)测试方法一致)。
- TensorRT FP16的速度测试相比于FP32去除了`yolo_box`(bbox解码)部分耗时,即不包含数据预处理,bbox解码和NMS(与[YOLOv4(AlexyAB)](https://github.com/AlexeyAB/darknet)测试方法一致)。
- PP-YOLO模型推理速度测试采用单卡V100,batch size=1进行测试,使用CUDA 10.2, CUDNN 7.5.1,TensorRT推理速度测试使用TensorRT 5.1.2.2。

### PP-YOLO 轻量级模型

Expand Down

0 comments on commit 8889aca

Please sign in to comment.