Giter VIP home page Giter VIP logo

yolo_v3-tensorflow-ipynb's Introduction

yolo_v3-tensorflow-ipynb

This repository explains you how to convert the yolo v3 darknet model into tensorflow model and run it in jupyter notebook with python3.

1 What is YOLO?

‘You Only Look Once’ is an Object Detection Algorithm. So what’s great about object detection? In comparison to recognition algorithms, a detection algorithm does not only predict class labels but detects locations of objects as well. So, It not only classifies the image into a category, but it can also detect multiple Objects within an Image. And this Algorithm doesn’t depend on multiple Neural networks. It applies a single Neural network to the Full Image. This network divides the image into regions and predicts bounding boxes and probabilities for each region. These bounding boxes are weighted by the predicted probabilities.

alt text

alt text

2 Why this Notebook?

The original YOLO algorithm is deployed in Darknet. Darknet is an open source neural network framework written in C and CUDA. We will deploy this Algorithm in Tensorflow with Python.

3 Dependencies

To build the YOLO we will require :

  1. Tensorflow (GPU version preferred for Deep Learning)
  2. NumPy (for Numeric Computation)
  3. Pillow/PIL (for Image Processing)
  4. IPython (for displaying images in Jupyter Notebook)
  5. Glob (for finding pathname of all the files in a folder)

4 Acknowledgements

YOLO - https://pjreddie.com/darknet/yolo/

yolo_v3-tensorflow-ipynb's People

Contributors

shahkaran76 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.