Giter VIP home page Giter VIP logo

videoanalysistool's Introduction

VideoAnalysisTool


The tracker currently adopted is MDNet. Created by Hyeonseob Nam and Bohyung Han at POSTECH

Project Webpage: http://cvlab.postech.ac.kr/research/mdnet/

Structure


  --------> GUI (public):Software UI and I/O of public vars   
             |
             |    +-> Tracker (private): Tracking task's codes   
             |----+-> Stablization (private): Stabilization task's codes  
                  +-> ... : Other sub-task's codes  

Public vars


Variable Description
handles.file_name filename of uploaded file
handles.imgs image lists of frames to be processed
handles.video_ video to be processed
handles.video_dir video's full path
handles.result output of algorithm
handles.t_p_x current mouse position x
handles.t_p_y current mouse position y

Common functions


Function Description
Data Input Upload dir/video(ui.m: upload_btn's callback)
Data preprocess Video2frames (ui.m: VideoReader)
Video broadcast Broadcast of a video/img_lists(ui.m: broadcast_btn)
Selection of random frame (ui.m: slider's callback)
Parameter input of algorithm codes in sub-task
Algorithm processing codes in sub-task( online may need visualization)
Result Visualization codes in sub-task

videoanalysistool's People

Contributors

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