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


Liberica Alpaquita Containers Now Come With CRaC
23/04/2024

Bellsoft has added CRaC support to its ready-to-use Alpaquita container images. This will enable developers to seamlessly integrate CRaC into their projects for performant Java in the Cloud.



JetBrains Updates IDEs With AI Code Completion
04/04/2024

JetBrains has launched the first set of updates for 2024 of its JetBrains IDEs. The new versions include full-line code autocompletion powered by locally run AI models.


More News

raspberry pi books

 

Comments




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

Last Updated ( Tuesday, 05 November 2019 )