diff --git a/python/examples/detection/README.md b/python/examples/detection/README.md index 83f6157c0d29fc3b1c672c06473487e9e4efe3f0..c42b3863c312e68b444385d59d905b850a23f697 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 a04fe40ab3e116375a04f84132dd0a0a35eb2ef7..3a50afd81a87a59440d561d6849a6bd493f4012c 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/)