Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/waikato-datamining/shallowflow-vfs

shallowflow plugin for selecting video frames via redis backend.
https://github.com/waikato-datamining/shallowflow-vfs

Last synced: 5 days ago
JSON representation

shallowflow plugin for selecting video frames via redis backend.

Awesome Lists containing this project

README

        

# shallowflow-vfs
Plugins for the shallowflow workflow engine that allows making decisions on
whether to keep or discard video frames via Redis backend.

## Installation

Install via pip:

```bash
pip install "git+https://github.com/waikato-datamining/shallowflow-vfs.git"
```

## Classes

[Documentation](docs/README.md)

## Examples

* [select video frames](examples/select_video_frames.py)