Coder Social home page Coder Social logo

ml-lab / video-visualizer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from achalddave/video-visualizer

0.0 2.0 0.0 2.01 MB

Visualize videos, groundtruth annotations, and predictions

License: MIT License

Python 37.24% CSS 3.55% JavaScript 51.93% HTML 7.29%

video-visualizer's Introduction

Video Predictions Visualizer

A relatively bare-bones interface for visualizing per-frame predictions and groundtruth labels on video data.

Usage

Since everyone stores their predictions and groundtruth in a variety of formats, you'll need to write some code to allow the visualizer to access your data.

The basic steps are:

  1. Implement a DataLoader which implements the abstract methods in data_loaders/data_loader.py. Here's an example that I wrote and is used for the demo above.
  2. "Register" your DataLoader data_loaders/__init__.py, similar to how the MultiThumosDataLoader is, currently.
  3. Create a .cfg file for your data loader, similar to video_visualizer.cfg. Note that the DATA_LOADER_CONFIG config option will be passed as keyword arguments to your DataLoader.

Finally, you can run the server!

export FLASK_APP=video_visualizer.py FLASK_CONFIG=video_visualizer.cfg
flask run

video-visualizer's People

Contributors

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