GithubHelp home page GithubHelp logo

yolo's Introduction

YOLO

An image is divided into S x S pixels. For each pixel, several predefined BB are made. For each Bounding Box (BB) predicted – A vector representation is – [Pc Bx By Bh Bw C1 C2 C3……Cn]

a. Pc – Probability of object present in that BB

b. Bx By – position of BB with respect to that pixel – always between 0,0 and 1,1

c. Bh Bw - height and width of that BB with respect to pixel. e.g. height is 5 units, so, it will be Bh = height of BB/Height of pixel Similarly, Bw is defined.

d. C is the probability of an object. Subscript is a number given to that object. Suppose we consider COCO dataset, it has 80 objects so value of n will be 80. If first object is dog, then C1 will show the probability of dog in that BB.

e. In this way for one pixel, several BB are made and a tensor is created. Dimensions of tensor for an image: Channels x S x S x (B x 5 + C)

S = no. of pixels in an image in one dimension
Channels = RGB or Gray
B = no. of BB for each pixel
5 = 4 dimensions and 1 Pc
C = no. of objects to be predicted

yolo's People

Contributors

sweekarbanthiya avatar

Watchers

 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.