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 \

Architecture Diagram

Architecture

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


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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file eyecu-bumblebee-0.3.1.tar.gz.

File metadata

  • Download URL: eyecu-bumblebee-0.3.1.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.1.tar.gz
Algorithm Hash digest
SHA256 82b0cff4e4f8ccd22e5aaae88ad3142c0364ada43f2a3cededbf3d3b4fddf07d
MD5 e2e8e1c7f74ad797ffe7c0233a6e4d8b
BLAKE2b-256 b1d2ba94573128d95ab7b111f8eaf713d1e25d95280a2e17cb22e703d5656825

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for eyecu_bumblebee-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ce51a51f8135c5f57084f1faa796cfbf0a471e96b9abb3b53f22af91c8ebe3cb
MD5 9cb176f0bc31998b06ea7882770c3407
BLAKE2b-256 265484d23a9ccc3ddacc59d7a7ced7362ab16a7f16ab3ca3f4eb9c07c295dd15

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