Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/waikato-datamining/shallowflow-vfs
- Owner: waikato-datamining
- Created: 2021-09-23T02:20:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T02:32:11.000Z (7 months ago)
- Last Synced: 2024-04-24T14:01:05.211Z (7 months ago)
- Language: Python
- Homepage:
- Size: 6.64 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
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)