From c8f8a3b0347a955d7da0023824f06962a40d3ebe Mon Sep 17 00:00:00 2001 From: Wenyu Date: Thu, 8 Jul 2021 12:45:23 +0800 Subject: [PATCH] Thanks for FL77N for contribution of sparse-rcnn (#3634) --- README_cn.md | 2 +- README_en.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README_cn.md b/README_cn.md index 9221f1dab..f3ae58775 100644 --- a/README_cn.md +++ b/README_cn.md @@ -277,7 +277,7 @@ v2.0版本已经在`04/2021`发布,全面支持动态图版本,新增支持B 我们非常欢迎你可以为PaddleDetection提供代码,也十分感谢你的反馈。 - 感谢[Mandroide](https://github.com/Mandroide)清理代码并且统一部分函数接口。 - +- 感谢[FL77N](https://github.com/FL77N/)贡献`Sparse-RCNN`模型代码。 ## 引用 diff --git a/README_en.md b/README_en.md index 5c906c6b5..f7f546246 100644 --- a/README_en.md +++ b/README_en.md @@ -283,6 +283,7 @@ PaddleDetection is released under the [Apache 2.0 license](LICENSE). Contributions are highly welcomed and we would really appreciate your feedback!! - Thanks [Mandroide](https://github.com/Mandroide) for cleaning the code and unifying some function interface. +- Thanks [FL77N](https://github.com/FL77N/) for contributing the code of `Sparse-RCNN` model. ## Citation -- GitLab