Skip to content

Commit

Permalink
Update example with new CLI syntax in README
Browse files Browse the repository at this point in the history
  • Loading branch information
willprice committed May 6, 2019
1 parent 53b4d99 commit 1686947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ $ docker run --rm --runtime=nvidia willprice/flowty
$ 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
willprice/flowty tvl1 /data/video.mp4 /data/flow/{axis}/{index:05d}.jpg --cuda
```

0 comments on commit 1686947

Please sign in to comment.