Code Monkey home page Code Monkey logo

edge-video-analytics-microservice's Introduction

Contents

Edge Video Analytics Microservice

This repository contains the source code for Edge Video Analytics Microservice (EVAM) used for the Video Analytics Use Case. For information on how to build the use case, refer to the Get Started guide.

Build the base image

Complete the following steps to build the base image:

  1. Run the following command:

      `docker-compose -f  docker-compose-build.yml  build`
  2. If required, download the pre-built container image for Edge Video Analytics Microservice from Docker Hub.

Run the base image

Complete the following steps to run the base image:

  1. Clone this repo.

  2. Run the following command to make the following files executable:

     chmod +x tools/model_downloader/model_downloader.sh docker/run.sh
  3. Download the required models. From the cloned repo, run the following command:

    ./tools/model_downloader/model_downloader.sh  --model-list <Path to model-list.yml>
  4. After downloading the models, you will have the models directory in the base folder. Refer to the following:

     models/
     ├── action_recognition
     ├── audio_detection
     ├── emotion_recognition
     ├── face_detection_retail
     ├── object_classification
     └── object_detection
  5. Add the following lines in the docker-compose.yml environment if you are behind a proxy.

     - HTTP_PROXY=<IP>:<Port>/
     - HTTPS_PROXY=<IP>:<Port>/
     - NO_PROXY=localhost,127.0.0.1
  6. Run the sudo docker-compose up command.

Note: For more details, refer to Run the Edge Video Analytics Microservice.

Run EVAM in OEI mode

To run EVAM in the OEI mode, refer to the README.

edge-video-analytics-microservice's People

Contributors

iamvishwas avatar mdiqbal88 avatar yogeshmpandey 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.