This repository contains materials to run a Pachyderm pipeline that extracts frames from a video or small video collection and saves them as stills.
- frame-extract.py: Python script that executes the video to image extraction
- frame-extract.json: Pipeline specification to run video to image extraction using the specified Pachyderm pipeline job
- Dockerfile: File used to create images(s) in the public DockerHub repository: lfierro/pachyderm-vid2frames-demo
- includes the building of libraries needed for video processing with OpenCV v4.4.0
- The tutorial folder contains:
- tutorial.md: a walkthrough of how to use and run the files above
- troubleshooting.md: addresses some issues that may emerge and recommends fixes
In order to run the pipeline, it isn't necessary to download the code from this repository, but you are welcome to clone and fork as needed!