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.gitExecute 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 neuflowv2cd vendor/optical_flow_measure/hl agent run agents/OpticalFlowAgent.json -f inputs/test.mp4