From 6cba4748bde9e8aabdfcfd25fb4c56124f19a0f3 Mon Sep 17 00:00:00 2001 From: XingyiZhou Date: Sun, 15 Sep 2019 16:49:56 -0500 Subject: [PATCH] add third-party resources --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a138d77..7d33600 100644 --- a/README.md +++ b/README.md @@ -119,10 +119,11 @@ We provide scripts for all the experiments in the [experiments](experiments) fol If you are interested in training CenterNet in a new dataset, use CenterNet in a new task, or use a new network architecture for CenterNet, please refer to [DEVELOP.md](readme/DEVELOP.md). Also feel free to send us emails for discussions or suggestions. -## Third-party implementation - -- Keras: [keras-centernet](https://github.com/see--/keras-centernet) from [see--](https://github.com/see--). +## Third-party resources +- Keras Implementation: [keras-centernet](https://github.com/see--/keras-centernet) from [see--](https://github.com/see--). +- CenterNet + DeepSORT tracking implementation: [centerNet-deep-sort](https://github.com/kimyoon-young/centerNet-deep-sort) from [kimyoon-young](https://github.com/kimyoon-young). +- Blogs on training CenterNet on custom datasets (in Chinese): [ships](https://blog.csdn.net/weixin_42634342/article/details/97756458) from [Rhett Chen](https://blog.csdn.net/weixin_42634342) and [faces](https://blog.csdn.net/weixin_41765699/article/details/100118353) from [linbior](https://me.csdn.net/weixin_41765699). ## License