Skip to content

Commit 1a67afd

Browse files
committed
Minor fixes in README
1 parent d72a008 commit 1a67afd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ pip3 install -r requirements.txt
6464

6565
Flowvid is a python library for video generation, but it also contains several video presets with an user-friendly assistant:
6666

67+
* Usage: `python3 -m flowvid `_`preset`_
6768
* Presets can be listed using `python3 -m flowvid -h`
6869

6970
```
@@ -76,6 +77,7 @@ Generate an optical flow visualization using the available presets.
7677
Preset can be one of:
7778
color_flow: Convert flow data to RGB using the Middlebury representation
7879
color_epe: Calculate endpoint error and generate a video representation
80+
flow_arrows: Draw arrows representing optical flow over a video
7981
plot_epe: Generate a pyplot plot with the EPE distribution in all frames
8082
track_points: Place points in a image and see how flow moves them
8183
track_side_by_side: Place points in a image and see how flow can track them

0 commit comments

Comments
 (0)