Giter Club home page Giter Club logo

eva's Introduction

EVA (Exploratory Video Analytics)

Build Status Coverage Status

Table of Contents

  • Installation
  • Demos
  • Eva core
  • Eva storage
  • Dataset

Installation

  • Clone the repo
  • Create a virtual environment with conda (explained in detail in the next subsection)
How to create the virtual environment
  • Install conda - we have prepared a yaml file that you can directly use with conda to install a virtual environment
  • Navigate to the eva repository in your local computer
  • conda env create -f environment.yml
  • Note, this yaml file should install and all code should run with no errors in Ubuntu 16.04. However, there are know installation issues with MacOS.

Demos

We have demos for the following components:

  1. Eva analytics (pipeline for loading the dataset, training the filters, and outputting the optimal plan)
   cd <YOUR_EVA_DIRECTORY>
   python pipeline.py
  1. Eva Query Optimizer (Will show converted queries for the original queries)
   cd <YOUR_EVA_DIRECTORY>
   python query_optimizer/query_optimizer.py
  1. Eva Loader (Loads UA-DETRAC dataset)
   cd <YOUR_EVA_DIRECTORY>
   python loaders/load.py

NEW!!! There are new versions of the loaders and filters.

   cd <YOUR_EVA_DIRECTORY>
   python loaders/uadetrac_loader.py
   python filters/minimum_filter.py
  1. EVA storage-system (Video compression and indexing system - currently in progress)

Eva Core

Eva core is consisted of

  • Query Optimizer
  • Filters
  • UDFs
  • Loaders
Query Optimizer

The query optimizer converts a given query to the optimal form.

All code related to this module is in /query_optimizer

Filters

The filters does preliminary filtering to video frames using cheap machine learning models. The filters module also outputs statistics such as reduction rate and cost that is used by Query Optimizer module.

The preprocessing method below is running:

  • PCA

The filters below are running:

  • KDE
  • DNN
  • Random Forest
  • SVM

All code related to this module is in /filters

UDFs

This module contains all imported deep learning models. Currently, there is no code that performs this task. It is a work in progress. Information of current work is explained in detail here.

All related code should be inside /udfs

Loaders

The loaders load the dataset with the attributes specified in the Accelerating Machine Learning Inference with Probabilistic Predicates by Yao et al.

All code related to this module is in /loaders

Eva storage

Currently a work in progress. Come check back later!

Dataset

Dataset info explains detailed information about the datasets

eva's People

Contributors

jaehobang avatar pchunduri6 avatar pramodith avatar jarulraj avatar azwreith avatar sanjanag avatar

Watchers

James Cloos 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.