Sign inSign up

willprice/flowty

By willprice

Updated over 7 years ago

Flowty is the swiss army knife of computing optical flow.

Image
0

609

willprice/flowty repository overview

Flowty

Build status Dockerhub Docker image size Read the Docs

Flowty is the swiss army knife of computing optical flow. Flowty is...

  • Performant—leveraging CUDA accelerated optical flow implementations.
  • Easy of use—packaged in docker so you don't have to compile OpenCV and Flowty yourself.

Dockerfile

Usage

Visit https://flowty.rtfd.org to learn more about how to obtain and use flowty. In a nutshell:

$ ls /path/to/media
video.mp4

$ docker run --rm --runtime=nvidia willprice/flowty

[Flowty help description]
  
$ docker run -it --rm \
  --runtime=nvidia \
  --mount type=bind,source=/path/to/media,target=/data \
  willprice/flowty /data/video.mp4 /data/flow/{axis}/{index:05d}.jpg --cuda tvl1

Tag summary

Content type

Image

Digest

Size

3.4 GB

Last updated

over 7 years ago

docker pull willprice/flowty