Coder Social home page Coder Social logo

rifatrakib / car-detection Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 81.76 MB

A simple autonomous driving implementation using python and jupyter notebook

License: Other

Jupyter Notebook 91.79% Python 8.21%
deep-learning machine-learning neural-network python

car-detection's Introduction

More on Machine Learning & Deep Learning

Find more of my deep learning models on the following links:

More ML/DL models in the following links:

Car Detection

A simple autonomous driving implementation using python and jupyter notebook. In this notebook, you will learn about object detection using the very powerful YOLO model. Many of the ideas in this notebook are described in the two YOLO papers:

Redmon et al., 2016 and Redmon and Farhadi, 2016.

Important

Please download the dataset from the following link, and put it in the model_data folder. Download Dataset

This project deals with:

  • Use object detection on a car detection dataset using YOLO algorithm.
  • Deal with bounding boxes.
  • YOLO is a state-of-the-art object detection model that is fast and accurate.
  • It runs an input image through a CNN which outputs a 19x19x5x85 dimensional volume.
  • The encoding can be seen as a grid where each of the 19x19 cells contains information about 5 boxes.
  • You filter through all the boxes using non-max suppression. Specifically:
    • Score thresholding on the probability of detecting a class to keep only accurate (high probability) boxes
    • Intersection over Union (IoU) thresholding to eliminate overlapping boxes.
  • Because training a YOLO model from randomly initialized weights is non-trivial and requires a large dataset as well as lot of computation, we used previously trained model parameters in this notebook.

References:

The ideas presented in this notebook came primarily from the two YOLO papers. The implementation here also took significant inspiration and used many components from Allan Zelener's GitHub repository. The pre-trained weights used in this exercise came from the official YOLO website.

The Drive.ai Sample Dataset (provided by drive.ai) is licensed under a Creative Commons Attribution 4.0 International License. We are grateful to Brody Huval, Chih Hu and Rahul Patel for providing this data.

car-detection's People

Contributors

rakib1508 avatar

Stargazers

klay tuo avatar

Watchers

Muhammad Abdur Rakib 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.