We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c9967 commit 4727fd0Copy full SHA for 4727fd0
README.md
@@ -106,13 +106,13 @@ To evaluate an optical flow method with the providen framework perform these ste
106
**Optical Flow Samples**
107
108
`
109
-opticalflow_estimate.py <dataset_root_path>
+opticalflow_estimate.py <dataset_root_path> <flow_method_name_1> <flow_method_name_2> ...
110
111
112
With the following program optical flow fields for the CrowdFlow dataset will be estimated with Dual-TVL1.
113
```
114
source crowdflow_env/bin/activate
115
-python3 opticalflow_estimate.py CrowdFlow/
+python3 opticalflow_estimate.py CrowdFlow/ dual farneback plk
116
117
The optical flow files will be stored in the directory `/estimate/dual/` .
118
0 commit comments