diff --git a/Detectron.svg b/Detectron.svg new file mode 100644 index 000000000..b510986c9 --- /dev/null +++ b/Detectron.svg @@ -0,0 +1 @@ + diff --git a/README.md b/README.md index 10c3793d2..97101088e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ **Detectron is deprecated. Please see [detectron2](https://github.com/facebookresearch/detectron2), a ground-up rewrite of Detectron in PyTorch.** # Detectron +![Detectron](./Detectron.svg) + 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.