computer_vision

Setup

# NOTE: if running ploomber <0.16, remove the --create-env argument
ploomber install --create-env
# activate environment (unix)
source {path-to-venv}/bin/activate
# activate environment (windows cmd.exe)
{path-to-venv}\Scripts\activate.bat
# activate environment (windows PowerShell)
{path-to-venv}\Scripts\Activate.ps1

cd data
mkdir video
add video # "Cam1", "Cam2", "Cam3", "Cam4"

Code editor integration

Running the pipeline

ploomber build # run the pipeline
ploomber plot  # plot the pipeline
ploomber scaffold # initialize new script

Help