Facebook Releases Detectron2
Written by Kay Ewbank   
Tuesday, 05 November 2019

Facebook AI Research has released a new version of its Detectron software that implements object-detection algorithms. The new version is powered by the PyTorch deep learning framework, and has new features including panoptic segmentation, densepose, Cascade R-CNN, and rotated bounding boxes.

Facebook AI Research is using Detectron2 to design and train the next-generation pose detection models that power Smart Camera, the AI camera system in Facebook’s Portal video-calling devices.

detectron

 

The developers say the new release has been rewritten from the ground up. It originates from maskrcnn-benchmark, which is a convolutional neural network that will place a mask around objects recognized in the image. Detectron is based on a number of types of neural networks and it is written in Python and uses the Caffe2 deep learning library. The new version provides fast training on single or multiple GPU servers.

The new version has a more modular design and is designed to be extensible. The new design means users can plug custom module implementations into almost any part of an object detection system.  The developers say this means that new research projects can be written in hundreds of lines of code with a clean separation between the core Detectron2 library and the novel research implementation.

Object-detection algorithms supported by the new version include DensePose and panoptic feature pyramid networks. DensePose (dense human pose) estimation aims at mapping all human pixels of an RGB image to the 3D surface of the human body. Panoptic segmentation combines instance segmentation which is used to recognize distinct foreground objects such as animals or people with the semantic segmentation which labels pixels in the image background with classes, such as road, sky, or grass.

detectron

 

 

More Information

Detectron On GitHub

Related Articles

Facebook Open Sources Detectron Object Detection

Google's Computer Vision Box Just $45

You Only Look Once - Fast Object Detection

Predator better than Kinect?

Alien FaceHugger v Predator - Face Tracking Hots Up

Google Releases Object Detector Nets For Mobile

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


MIT Media Lab Celebrates 40 Years
02/03/2025

MIT Media Lab was founded in 1985 by Nicholas Negroponte and Jerome Wiesner. It turns 40 in October when a 2-day event is planned Meanwhile you are invited to contribute to its 40 For 40 fund rai [ ... ]



Can You Win The SQL Squid Game?
21/02/2025

Squid Game is a free challenge inspired by the popular Netflix series with the same name. Instead of engaging in bloodthirsty games, you progress to the next level by solving SQL puzzles.


More News

espbook

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Tuesday, 05 November 2019 )