From 0bd73702140794d34802e60e3a42618e58f29a19 Mon Sep 17 00:00:00 2001 From: Xiaobin Zhang Date: Wed, 13 Nov 2019 15:13:14 +0800 Subject: [PATCH] update README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bfe9b7a..2cc24de 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Introduction -A common YOLOv3/v2 object detection pipeline implement with tf.keras. Including data collection/annotation, model training/tuning, model evaluation and on device deployment. Support different architecture and different technologies, including: +A common YOLOv3/v2 object detection pipeline inherited from [keras-yolo3-Mobilenet](https://github.com/Adamdad/keras-YOLOv3-mobilenet) and [allanzelener/YAD2K](https://github.com/allanzelener/YAD2K). Implement with tf.keras, including data collection/annotation, model training/tuning, model evaluation and on device deployment. Support different architecture and different technologies, including: #### Backbone - [x] Darknet53/Tiny Darknet @@ -352,6 +352,12 @@ Please cite keras-YOLOv3-model-set in your publications if it helps your researc journal = {arXiv}, year={2018} } +@article{redmon2016yolo9000, + title={YOLO9000: Better, Faster, Stronger}, + author={Redmon, Joseph and Farhadi, Ali}, + journal={arXiv preprint arXiv:1612.08242}, + year={2016} +} @article{Focal Loss, title={Focal Loss for Dense Object Detection}, author={Tsung-Yi Lin, Priya Goyal, Ross Girshick, Kaiming He, Piotr Dollár},