This repository provides a Dockerized solution for running the NeuFlow v2 video processing pipeline. Follow the instructions below to set up and run the pipeline.
git clone https://github.com/dmanzanoa/newFlowv2.git
Execute the following command to build the Docker image:
docker build -t neuflowv2 .
Once the image is built, run the container using:
docker run --gpus all -it neuflowv2
cd vendor/optical_flow_measure/
hl agent run agents/OpticalFlowAgent.json -f inputs/test.mp4