Advanced pipelines for video datasets
Project description
Bumblebee
Install
pip install eyecu_bumblebee
Our Website
Example Pipeline
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.2.tar.gz
(6.6 kB
view details)
Built Distribution
File details
Details for the file eyecu-bumblebee-0.3.2.tar.gz
.
File metadata
- Download URL: eyecu-bumblebee-0.3.2.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 | ea7127efaaae0c2d0aa5d1daea1f2cfdb911479b7ff0a1f399110f2f126c1e62 |
|
MD5 | 4825c2983dc1ab7d0bb0e40042fbae43 |
|
BLAKE2b-256 | 9b871d04eec58fb950dc5d032319418f20e1c2c34a4fe2f7d66f29c272a1532a |
File details
Details for the file eyecu_bumblebee-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: eyecu_bumblebee-0.3.2-py3-none-any.whl
- Upload date:
- Size: 12.9 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 | cff1f12cb8f94c6b38bf3c77ad87c81cf73c682870570ccfd1f3f0938f5b578a |
|
MD5 | 07212e5e8b01d0e709996b7ebf9c8038 |
|
BLAKE2b-256 | 045bf50115fb06b0107b63e01b0ea250988cf9ae8362d83e8636a584ab67cdf9 |