From 02df39cbc83e87efa803668b36d992d1ded21d34 Mon Sep 17 00:00:00 2001 From: Cheng-Yang Fu Date: Tue, 22 Jan 2019 15:28:38 -0500 Subject: [PATCH] Adding a new section to include the works using maskrcnn-benchmark. (#371) * Add new section "Projects using maskrcnn-benchmark". * Update README.md update the format. * Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9e310fac3..65e215c20 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,14 @@ note = {Accessed: [Insert date here]} } ``` +## Projects using maskrcnn-benchmark + +- [RetinaMask: Learning to predict masks improves state-of-the-art single-shot detection for free](https://arxiv.org/abs/1901.03353). + Cheng-Yang Fu, Mykhailo Shvets, and Alexander C. Berg. + Tech report, arXiv,1901.03353. + + + ## License maskrcnn-benchmark is released under the MIT license. See [LICENSE](LICENSE) for additional details.