From 5c1df5ee32c08b95107daf549233ab756dbd1885 Mon Sep 17 00:00:00 2001 From: James Spoor Date: Mon, 11 May 2020 09:02:45 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10c3793d2..13a9ca1d9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ **Detectron is deprecated. Please see [detectron2](https://github.com/facebookresearch/detectron2), a ground-up rewrite of Detectron in PyTorch.** - +deepcode # Detectron Detectron is Facebook AI Research's software system that implements state-of-the-art object detection algorithms, including [Mask R-CNN](https://arxiv.org/abs/1703.06870). It is written in Python and powered by the [Caffe2](https://github.com/caffe2/caffe2) deep learning framework.