Flowty is the swiss army knife of computing optical flow.
609
Flowty is the swiss army knife of computing optical flow. Flowty is...
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
Content type
Image
Digest
Size
3.4 GB
Last updated
over 7 years ago
docker pull willprice/flowty