Advanced pipelines for video datasets
Project description
Bumblebee
Architecture Diagram
Example Pipeline
from bumblebee import *
if __name__ == "__main__":
VIDEO_PATH = "/path/to/video.mp4" # Path to video
# Create a source
file_stream = sources.FileStream(VIDEO_PATH)
# Add goto effect
goto = effects.GoTo(file_stream)
# Add some transformers
data = transfomers.GrayScale(file_stream)
data = transfomers.Normalization(data)
END_OF_VIDEO = file_stream.get_duration()
# Goto end of video
goto(END_OF_VIDEO)
# Create a dataset
dataset = datasets.SingleFrame(data)
# Last frame of video
last_frame = dataset.read()
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.0.tar.gz
(6.4 kB
view details)
Built Distribution
File details
Details for the file eyecu-bumblebee-0.3.0.tar.gz
.
File metadata
- Download URL: eyecu-bumblebee-0.3.0.tar.gz
- Upload date:
- Size: 6.4 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 | bcc08f6ce0642f14be748fdef3defc77a7f180fafdf6b32c066988375b23bde5 |
|
MD5 | ecdb7b2970b31c2ea71540ea651521d5 |
|
BLAKE2b-256 | 564d862f3c96bdd9c638534781865b6cb1cf70d19f2b5995d823a0f79cc7c85e |
File details
Details for the file eyecu_bumblebee-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: eyecu_bumblebee-0.3.0-py3-none-any.whl
- Upload date:
- Size: 12.8 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 | 6462c3007a4c033bcdefc06260cfad5f8421bed81c61965bb2c923cf8d44d45a |
|
MD5 | 01c4229e4a48a309f8a6c26522268dfc |
|
BLAKE2b-256 | 6441ce584b6b0c21bda0628dafe09efe73e52109c5b9f07d357c86adea010dab |