Pranav Dar — Published On January 23, 2018 and Last Modified On January 23rd, 2018
AVbytes Python

We covered Google’s Cloud AutoML Vision last week and, as we predicted, Facebook has already come out with a platform for object detection of it’s own – Detectron.

                                                                          Source: Facebook

Detectron is a software system developed by Facebook’s AI Research team (FAIR) that “implements state-of the art object detection algorithms”. It is written in Python and leverages the Caffee2 deep learning framework underneath.

Detectron aims to provide a high quality and industry standard codebase for object detection research. The results it has posted are incredibly accurate. The image above shows the prediction power of the software. The following object related algorithms are embedded in Detectron:

  • Mask R-CNN
  • RetinaNet
  • Faster R-CNN
  • RPN
  • Fast R-CNN
  • R-FCN

Along with the Python code, FAIR has also released performance baselines for over 70 pre-trained models. Once the model(s) is trained, it can be deployed on the cloud and even on mobile devices.

You can check all of this out on the Github library for Detectron here and the official Facebook launch page Google’s Cloud AutoML Vision.

Our take on this

Detectron’s release will help research communities around the world immeasurably. It’s open source so you can download the code behind this software and even use the plethora of pre-trained models the team has released. From augmented reality to various computer vision tasks, Detectron has a wide variety of uses in the research community.

About the Author

Pranav Dar
Pranav Dar

Senior Editor at Analytics Vidhya. Data visualization practitioner who loves reading and delving deeper into the data science and machine learning arts. Always looking for new ways to improve processes using ML and AI.

Our Top Authors

Download Analytics Vidhya App for the Latest blog/Article

One thought on "Facebook’s AI team Releases Detectron – A Platform for Object Detection Research"

Facebook Launched Detectron – A Platform for Object Detection Research
Facebook Launched Detectron – A Platform for Object Detection Research says: January 23, 2018 at 4:49 pm
[…] It’s open source so you can download the code behind this software and even use the plethora of pre-trained models the team has released. From augmented reality to various computer vision tasks, Detectron has a wide variety of uses in the research community. Read more from analyticsvidhya.com… […] Reply

Leave a Reply Your email address will not be published. Required fields are marked *