avs-abhishek123 / Detectron2

Detectron is Facebook AI Research’s (FAIR) software system that implements state-of-the-art object detection algorithms, including Mask R-CNN. It is written in Python and powered by the Caffe2 deep learning framework. Detectron model is meant to advance object detection by offering speedy training and addressing the issues companies face when making the step from research to production.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Detectron2 Object Detection & Manipulating Images using Cartoonization

Abstract

[ Paper Link ]

In today's world, there is a rapid increase in the autonomous vehicle. There are various levels of autonomous vehicles depending upon the degree of autonomy-for the lower degree of autonomy driver has more power and functionality for managing, on coming to the fully automated vehicle like Tesla are expected to have full control over the functions. These advances cooperate to plan the vehicle's position and its nearness to everything around it. Because of this, there is popularity for these vehicles, since they give a great deal of advantages to individuals utilizing them. We use the Facebook AI Research software system that implements object detection algorithms, Caffe2 deep learning framework for advanced object detection by offering speedy training. We have also manipulated images to derive insights addressing the issues companies face when making the step from research to production. We have implemented detectron2 object detection for faster detection of objects. There is labeling of the object & we used manipulation of images using cartoonization.




Introduction & Features

Detectron is Facebook AI Research's software system that implements state-of-the-art object detection algorithms, including Mask R-CNN. It is written in Python and powered by the Caffe2 deep learning framework.

At FAIR, Detectron has enabled numerous research projects, including: Feature Pyramid Networks for Object Detection, Mask R-CNN, Detecting and Recognizing Human-Object Interactions, Focal Loss for Dense Object Detection, Non-local Neural Networks, Learning to Segment Every Thing, Data Distillation: Towards Omni-Supervised Learning, DensePose: Dense Human Pose Estimation In The Wild, and Group Normalization.

The goal of Detectron is to provide a high-quality, high-performance codebase for object detection research. It is designed to be flexible in order to support rapid implementation and evaluation of novel research. Detectron includes implementations of the following object detection algorithms:

using the following backbone network architectures:

Additional backbone architectures may be easily implemented. For more details about these models, please see References below.


Installation, Quick Start: Using Detectron, Model Zoo and Baselines, Update & License

Please find installation instructions for Caffe2 and Detectron in INSTALL.md. After installation, please see GETTING_STARTED.md for brief tutorials covering inference and training with Detectron. Model Zoo and Baselines - We provide a large set of baseline results and trained models available for download in the Detectron Model Zoo.

  • 4/2018: Support Group Normalization - see GN/README.md Detectron is deprecated. Please see detectron2, a ground-up rewrite of Detectron in PyTorch.

Detectron is released under the Apache 2.0 license.

Reference for Detectron

If you use Detectron in your research or wish to refer to the baseline results published in the Model Zoo, please use the following Detectron2 original BibTeX entry.

@misc{wu2019detectron2,
  author =       {Yuxin Wu and Alexander Kirillov and Francisco Massa and
                  Wan-Yen Lo and Ross Girshick},
  title =        {Detectron2},
  howpublished = {\url{https://github.com/facebookresearch/detectron2}},
  year =         {2019}
}

To cite my paper:

Citing Text
Allena Venkata Sai Abhishek , Sonali Kotni, 2021, Detectron2 Object Detection & Manipulating Images using Cartoonization, INTERNATIONAL JOURNAL OF ENGINEERING RESEARCH & TECHNOLOGY (IJERT) Volume 10, Issue 08 (August 2021),

About

Detectron is Facebook AI Research’s (FAIR) software system that implements state-of-the-art object detection algorithms, including Mask R-CNN. It is written in Python and powered by the Caffe2 deep learning framework. Detectron model is meant to advance object detection by offering speedy training and addressing the issues companies face when making the step from research to production.

License:MIT License


Languages

Language:Jupyter Notebook 100.0%