From 2a6b674a34cde4a80b16c86fe45511422cf07d0d Mon Sep 17 00:00:00 2001 From: lilithzhou <80816848+lilith-zy@users.noreply.github.com> Date: Fri, 21 Jan 2022 09:44:53 +0800 Subject: [PATCH] Contribution Illustration (#5144) --- configs/picodet/README.md | 4 ++-- configs/picodet/README_cn.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/picodet/README.md b/configs/picodet/README.md index 0669453d7..6bec9476f 100644 --- a/configs/picodet/README.md +++ b/configs/picodet/README.md @@ -217,8 +217,8 @@ paddle2onnx --model_dir output_inference/picodet_s_320_coco/ \ - [NCNN C++/Python demo](../../deploy/third_engine/demo_ncnn) - [MNN C++/Python demo](../../deploy/third_engine/demo_mnn) - [OpenVINO C++ demo](../../deploy/third_engine/demo_openvino) -- [Android demo(NCNN)](https://github.com/JiweiMaster/PP-PicoDet-Android-Demo) -- [Android demo(Paddle Lite)](https://github.com/marsplus-wjh/Picodet-PaddleLite-AndroidDemo) +- [Android demo(NCNN)](https://github.com/JiweiMaster/PP-PicoDet-Android-Demo)(Thank @[Jewel](https://github.com/JiweiMaster) for his contribution to PaddleDetection) +- [Android demo(Paddle Lite)](https://github.com/marsplus-wjh/Picodet-PaddleLite-AndroidDemo)(Thank @[JiaHui-Wang](https://github.com/marsplus-wjh) for his contribution to PaddleDetection) Android demo visualization: diff --git a/configs/picodet/README_cn.md b/configs/picodet/README_cn.md index dc028f38e..feb250f77 100644 --- a/configs/picodet/README_cn.md +++ b/configs/picodet/README_cn.md @@ -220,8 +220,8 @@ paddle2onnx --model_dir output_inference/picodet_s_320_coco/ \ - [NCNN C++/Python demo](../../deploy/third_engine/demo_ncnn) - [MNN C++/Python demo](../../deploy/third_engine/demo_mnn) - [OpenVINO C++ demo](../../deploy/third_engine/demo_openvino) -- [Android demo(NCNN)](https://github.com/JiweiMaster/PP-PicoDet-Android-Demo) -- [Android demo(Paddle Lite)](https://github.com/marsplus-wjh/Picodet-PaddleLite-AndroidDemo) +- [Android demo(NCNN)](https://github.com/JiweiMaster/PP-PicoDet-Android-Demo) (感谢@[Jewel](https://github.com/JiweiMaster)对飞桨开源的贡献) +- [Android demo(Paddle Lite)](https://github.com/marsplus-wjh/Picodet-PaddleLite-AndroidDemo)(感谢@[JiaHui-Wang](https://github.com/marsplus-wjh)对飞桨的开源贡献) Android demo可视化: -- GitLab