Skip to main content

Advanced pipelines for video datasets

Project description

Bumblebee

Bumblebee image

Install

pip install eyecu_bumblebee

Our Website

EyeCU Vision
EyeCU Future

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

Architecture

Project details


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)

Uploaded Source

Built Distribution

eyecu_bumblebee-0.3.2-py3-none-any.whl (12.9 kB view details)

Uploaded Python 3

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

Hashes for eyecu-bumblebee-0.3.2.tar.gz
Algorithm Hash digest
SHA256 ea7127efaaae0c2d0aa5d1daea1f2cfdb911479b7ff0a1f399110f2f126c1e62
MD5 4825c2983dc1ab7d0bb0e40042fbae43
BLAKE2b-256 9b871d04eec58fb950dc5d032319418f20e1c2c34a4fe2f7d66f29c272a1532a

See more details on using hashes here.

File details

Details for the file eyecu_bumblebee-0.3.2-py3-none-any.whl.

File metadata

File hashes

Hashes for eyecu_bumblebee-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 cff1f12cb8f94c6b38bf3c77ad87c81cf73c682870570ccfd1f3f0938f5b578a
MD5 07212e5e8b01d0e709996b7ebf9c8038
BLAKE2b-256 045bf50115fb06b0107b63e01b0ea250988cf9ae8362d83e8636a584ab67cdf9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page