Skip to content

Commit

Permalink
Possible to evaluate GRFP(LRR-4x, ...)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Nilsson committed Jun 13, 2018
1 parent 9238d54 commit 1d6eff0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@ Download all pretrained models from [here](https://drive.google.com/open?id=1eGy

### Usage


Evaluate the GRFP(LRR-4x, FlowNet2) setup on the validation set by running
```
python evaluate.py --static lrr --flow flownet2
```

Evaluation on PSP and Dilation10 as well as code for training will be added soon.

The values in table 9 can be reproduced by running the following. It takes about 4 hours on a titan X GPU.
```
python evaluate.py --static lrr --flow flownet1
python evaluate.py --static lrr --flow flownet2
python evaluate.py --static lrr --flow flownet1
python evaluate.py --static lrr --flow farneback
```

Expand Down

0 comments on commit 1d6eff0

Please sign in to comment.