GithubHelp home page GithubHelp logo

yolov3's Introduction

SECTION 1 : PROJECT TITLE

Bird Recognition based on the YOLO Algoritm


SECTION 2 : EXECUTIVE SUMMARY / PAPER ABSTRACT

In this project we present YOLO v3, a new approach to object detection. YOLO can be expanded as You Only Look Once. The prior work on object detection was carried out as a two-step process. They first generate a potential bounding box in an image and then use a classifier on those boxes. After classification, post-processing is used to refine the bounding boxes, eliminate duplicate detections and rescore the boxes based on the other objects in the scene. These methods are complex and are time-consuming. Also, they are hard to train and optimize because each individual component must be trained separately. YOLO eliminates these problems by carrying out the whole detection process in a single pipeline. As its name suggests, uses a single neural network to predict bounding boxes and class probabilities directly from full images in one evaluation . This project describes the procedure of bird detection and classification using YOLO v3 , inferences from training.


SECTION 3 : CREDITS / PROJECT CONTRIBUTION

Official Full Name Student ID (MTech Applicable) Email (Optional)
SHASHANK NIGAM A0198469A [email protected]
RAMDAS KRISHNAKUMAR A0198518M [email protected]
PADMINI RAMESH A0198465L [email protected]

SECTION 4 : PROJECT REPORT / PAPER

<Github File Link> : https://github.com/Shashankwer/Yolov3/blob/master/Project_report.docx


yolov3's People

Contributors

shashankwer avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.