Skip to content

silverpond/newFlowv2

 
 

Repository files navigation

NeuFlow v2: Dockerized Video Processing Code

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.

Getting Started

Step 1: Clone the repository

git clone https://github.com/dmanzanoa/newFlowv2.git

Step 2: Build the Docker Image inside the repository

Execute the following command to build the Docker image:

docker build -t neuflowv2 .

Step 3: Run the Docker Container

Once the image is built, run the container using:

docker run --gpus all -it neuflowv2

Step 4: Move to vendor/optical_flow_measure/ folder

cd vendor/optical_flow_measure/

Step 5: Excute the agent

hl agent run agents/OpticalFlowAgent.json -f inputs/test.mp4

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.7%
  • Dockerfile 12.3%