Skip to content

Commit 4727fd0

Browse files
authored
Update README.md
1 parent d9c9967 commit 4727fd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ To evaluate an optical flow method with the providen framework perform these ste
106106
**Optical Flow Samples**
107107

108108
`
109-
opticalflow_estimate.py <dataset_root_path>
109+
opticalflow_estimate.py <dataset_root_path> <flow_method_name_1> <flow_method_name_2> ...
110110
`
111111

112112
With the following program optical flow fields for the CrowdFlow dataset will be estimated with Dual-TVL1.
113113
```
114114
source crowdflow_env/bin/activate
115-
python3 opticalflow_estimate.py CrowdFlow/
115+
python3 opticalflow_estimate.py CrowdFlow/ dual farneback plk
116116
```
117117
The optical flow files will be stored in the directory `/estimate/dual/` .
118118

0 commit comments

Comments
 (0)