GithubHelp home page GithubHelp logo

nikogamulin / openvino-lab Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 30.9 MB

Implementation of ML models with OpenVINO

Python 100.00%
neural-compute-stick python raspberry-pi movidius movidius-vpu deep-learning openvino

openvino-lab's Introduction

Implementation of ML models for Detection and Recognition using OpenVINO

Scripts

exhibition_pipeline.py

python3 exhibition_pipeline.py --help
usage: exhibition_pipeline.py [-h] [-wd CAMERA_WIDTH] [-ht CAMERA_HEIGHT]
                              [-numncs NUMBER_OF_NCS] [-vidfps FPS_OF_VIDEO]
                              [-skpfrm NUMBER_OF_FRAME_SKIP] [-o OUTPUT_FILE]
                              [-i INPUT_VIDEO_FILE]
                              [-r REIDENTIFICATION_ENABLED]
                              [-fa FACE_ANALYSIS_ENABLED]

optional arguments:
  -h, --help            show this help message and exit
  -wd CAMERA_WIDTH, --width CAMERA_WIDTH
                        Width of the frames in the video stream. (USB Camera
                        Mode Only. Default=640)
  -ht CAMERA_HEIGHT, --height CAMERA_HEIGHT
                        Height of the frames in the video stream. (USB Camera
                        Mode Only. Default=480)
  -numncs NUMBER_OF_NCS, --numberofncs NUMBER_OF_NCS
                        Number of NCS. (Default=1)
  -vidfps FPS_OF_VIDEO, --fpsofvideo FPS_OF_VIDEO
                        FPS of Video. (USB Camera Mode Only. Default=30)
  -skpfrm NUMBER_OF_FRAME_SKIP, --skipframe NUMBER_OF_FRAME_SKIP
                        Number of frame skip. Default=0
  -o OUTPUT_FILE, --output OUTPUT_FILE
                        Recording Output File
  -i INPUT_VIDEO_FILE, --input INPUT_VIDEO_FILE
                        Input Video File
  -r REIDENTIFICATION_ENABLED, --reidentification REIDENTIFICATION_ENABLED
                        Enable Pedestrian Re-Identification. Default=1 (1 -
                        Enabled; 0 - Disabled)
  -fa FACE_ANALYSIS_ENABLED, --face-analysis FACE_ANALYSIS_ENABLED
                        Enable Face Analysis. Default=1 (1 - Enabled; 0 -
                        Disabled)

On each frame, person and face detection is performed, using face-person-detection-retail-0002 model Upon detecting people's bodies and faces, the body and face rectangles are passed to models to recognize age, gender, head pose, and emotions and perform person re-identification.

References

  1. MobileNet-SSD-RealSense
  2. Overview of OpenVINO™ Toolkit Pre-Trained Models

openvino-lab's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

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