Giter VIP home page Giter VIP logo

pedestrian_detection's Introduction

Pedestrian detection with DNN

This project contains scripts and programs for pedestrian detection using deep neural networks. The dataset used is currently only Caltech dataset for pedestrians (Caltech Pedestrian Detection Benchmark).

Project Tree:

.
+-- data                                        // directory to store datasets
+-- download_and_convert.py                     // script to download and convert Caltech dataset
+-- README.md                                   // readme

download_and_convert.py

This script downloads and extract Caltech Pedestrian Detection dataset and convert it to a format that is understood by python and OpenCV. OpenCV is used to visualize annotation and labeling. For easier use afterwards, binary files can be created consisting strings of extracted samples and labels.

Parameters:
  1. data_dir = path to download and store binaries
  2. resize = will resize the collected samples if True
  3. display = displays video sequence on the fly if True
  4. MIN_WIDTH = minimum allowable samples' width
  5. MIN_HEIGHT = minimum allowable samples' height
  6. P_WIDTH = resize samples to final width of P_WIDTH
  7. P_HEIGHT = resize samples to final height of P_HEIGHT
  8. DEPTH = specifies number of channels

pedestrian_detection's People

Contributors

hamidb avatar

Stargazers

 avatar

Watchers

 avatar

pedestrian_detection's Issues

Pedestrian Detection Algorithm

Dear Hamid Bazargani,

I am a 3rd year PhD student at Penn State, USA and just started doing research on Pedestrian detection algorithm. As a matter of fact, I am looking for a good python code for real-time pedestrian detection with acceptable level of accuracy. it is been a month I have been searching without getting any good result. Do you have any good code available for that? Thank you so much for your kind help,

Best,
Kasra

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.