From 54f3a95ac9971015204b746c8fc0a185afb31369 Mon Sep 17 00:00:00 2001 From: wangjiawei04 Date: Wed, 3 Mar 2021 13:29:27 +0000 Subject: [PATCH] add readme --- python/examples/detection/README.md | 3 +++ python/examples/detection/README_CN.md | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python/examples/detection/README.md b/python/examples/detection/README.md index 83f6157c..c42b3863 100644 --- a/python/examples/detection/README.md +++ b/python/examples/detection/README.md @@ -18,3 +18,6 @@ All examples support TensorRT. - [PPYOLO](./ppyolo_r50vd_dcn_1x_coco) - [TTFNet](./ttfnet_darknet53_1x_coco) - [YOLOv3](./yolov3_darknet53_270e_coco) +- [HRNet](./faster_rcnn_hrnetv2p_w18_1x) +- [Fcos](./fcos_dcn_r50_fpn_1x_coco) +- [SSD](./ssd_vgg16_300_240e_voc/) diff --git a/python/examples/detection/README_CN.md b/python/examples/detection/README_CN.md index a04fe40a..3a50afd8 100644 --- a/python/examples/detection/README_CN.md +++ b/python/examples/detection/README_CN.md @@ -19,4 +19,6 @@ Paddle Detection提供了大量的[模型库](https://github.com/PaddlePaddle/Pa - [PPYOLO](./ppyolo_r50vd_dcn_1x_coco) - [TTFNet](./ttfnet_darknet53_1x_coco) - [YOLOv3](./yolov3_darknet53_270e_coco) - +- [HRNet](./faster_rcnn_hrnetv2p_w18_1x) +- [Fcos](./fcos_dcn_r50_fpn_1x_coco) +- [SSD](./ssd_vgg16_300_240e_voc/) -- GitLab