File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ pip3 install -r requirements.txt
6464
6565Flowvid 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.
7677Preset 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
You can’t perform that action at this time.
0 commit comments