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

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.3.tar.gz (6.6 kB view details)

Uploaded Source

Built Distribution

eyecu_bumblebee-0.3.3-py3-none-any.whl (13.2 kB view details)

Uploaded Python 3

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

Hashes for eyecu-bumblebee-0.3.3.tar.gz
Algorithm Hash digest
SHA256 dc7e2a2ac055c79727167d6846d1d5469f6abf1a2e712504d1eb77f885ad15c6
MD5 e705f7303faeee7e0ece0e1ef9bb7ebc
BLAKE2b-256 f91ff1e9926058a422bb57d57da36b8e6fb6bc3482e02ad732e9cf8abfb8a8f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eyecu_bumblebee-0.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 6f2b4b207879e6465173dbb3e285cfd63615d09575bcf4975352fe2a3dfabc7f
MD5 65c585d38843483a9565a0b2a22ed7f9
BLAKE2b-256 09016a7c27653ebbe72e5eff84fe30d731a87348fffd8669bbb938617020b711

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