GithubHelp home page GithubHelp logo

counting-cars's Introduction

counting-cars

Counting cars with Movidius NCS2 and Raspberry Pi

Counting cars with OpenVINO running on Raspberry Pi 3 Model B (RPi) and Intel® Core™ i7-4790K CPU @ 4.00GHz × 8 (desktop)

Car Detection with Intel NCS2 and Raspberry Pi

Requirements

  • Raspberry Pi 3 Model B
  • Movidius Neural Compute Stick 2 (not tested yet on NCS)
  • Webcam
  • Display (Optional)

Performance (RPi)

No Mask, without resizing

python3 realtime_objectdetection_and_tracking.py

[INFO] starting video stream...

[INFO] frame size (W x H): 1920 x 1080

[INFO] elapsed time: 26.12

[INFO] approx. FPS: 46.51

Mask, resize

python3 realtime_objectdetection_and_tracking.py --mask 200,350,650,550 --resize 1024

[INFO] starting video stream...

[INFO] frame size (W x H): 1024 x 576

Observation mask (top left, bottom right): [(200, 350), (650, 550)]

[INFO] elapsed time: 28.05

[INFO] approx. FPS: 10.70

Mask

python3 realtime_objectdetection_and_tracking.py --mask 200,350,650,550

[INFO] starting video stream...

[INFO] frame size (W x H): 1920 x 1080

Observation mask (top left, bottom right): [(200, 350), (650, 550)]

[INFO] elapsed time: 21.76

[INFO] approx. FPS: 43.42

Desktop

No mask, without resizing

python3 realtime_objectdetection_and_tracking.py

[INFO] starting video stream...

[INFO] frame size (W x H): 1920 x 1080

[INFO] elapsed time: 23.19

[INFO] approx. FPS: 172.81

Mask

python3 realtime_objectdetection_and_tracking.py --mask 200,350,650,550

[INFO] starting video stream...

[INFO] frame size (W x H): 1920 x 1080

Observation mask (top left, bottom right): [(200, 350), (650, 550)]

[INFO] elapsed time: 20.83

[INFO] approx. FPS: 171.83

counting-cars's People

Contributors

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