Advanced pipelines for video datasets
Project description
Bumblebee
Install
pip install eyecu_bumblebee
Our Website
Example
from bumblebee import *
if __name__ == "__main__":
VIDEO_PATH = "/path/to/video.mp4"
# Create a source
file_stream = sources.FileStream(VIDEO_PATH)
# Add an effect
goto = effects.GoTo(file_stream)
# Add some transformers
data = transformers.GrayScale(file_stream)
data = transformers.Normalization(data)
END_OF_VIDEO = file_stream.get_duration()
goto(END_OF_VIDEO)
# Create a dataset
single_frame = datasets.SingleFrame(data)
last_frame = single_frame.read()
Architecture Diagram
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
eyecu-bumblebee-0.3.3.tar.gz
(6.6 kB
view details)
Built Distribution
File details
Details for the file eyecu-bumblebee-0.3.3.tar.gz
.
File metadata
- Download URL: eyecu-bumblebee-0.3.3.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.0 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc7e2a2ac055c79727167d6846d1d5469f6abf1a2e712504d1eb77f885ad15c6 |
|
MD5 | e705f7303faeee7e0ece0e1ef9bb7ebc |
|
BLAKE2b-256 | f91ff1e9926058a422bb57d57da36b8e6fb6bc3482e02ad732e9cf8abfb8a8f1 |
File details
Details for the file eyecu_bumblebee-0.3.3-py3-none-any.whl
.
File metadata
- Download URL: eyecu_bumblebee-0.3.3-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.0 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f2b4b207879e6465173dbb3e285cfd63615d09575bcf4975352fe2a3dfabc7f |
|
MD5 | 65c585d38843483a9565a0b2a22ed7f9 |
|
BLAKE2b-256 | 09016a7c27653ebbe72e5eff84fe30d731a87348fffd8669bbb938617020b711 |