Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
autoflow-google committed Jul 13, 2022
2 parents 2d30e1d + 9753ef7 commit d4d4c07
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@
## Papers

Dataset, code, and checkpoints for two optical flow papers from Google Research
Viscam.
Viscam. <br>

<br>
[What Makes RAFT Better Than PWC-Net?](https://arxiv.org/pdf/2203.10712v1.pdf) <br />
[Deqing Sun](https://deqings.github.io/)<sup>\*,T</sup>, [Charles Herrmann](https://scholar.google.com/citations?user=LQvi5XAAAAAJ&hl=en)<sup>\*</sup>, [Fitsum Reda](https://fitsumreda.github.io/), [Michael Rubinstein](http://people.csail.mit.edu/mrub/), [David Fleet](https://www.cs.toronto.edu/~fleet/), [William T. Freeman](https://billf.mit.edu/)<br />
Google Research
In ECCV 2022. <sup>*</sup> denotes equal technical contribution, <sup>T</sup> denotes project lead.
Google Research<br />
In ECCV 2022. <sup>*</sup> denotes equal technical contribution, <sup>T</sup> denotes project lead. <br>

<br>
[AutoFlow: Learning a Better Training Set for Optical Flow](https://arxiv.org/pdf/2104.14544.pdf) <br />
[Deqing Sun](https://deqings.github.io/), [Daniel Vlasic](https://people.csail.mit.edu/drdaniel/) , [Charles Herrmann](https://scholar.google.com/citations?user=LQvi5XAAAAAJ&hl=en), [Varun Jampani](https://varunjampani.github.io/), [Michael Krainin](https://research.google/people/107089/), [Huiwen Chang](https://scholar.google.com/citations?user=eZQNcvcAAAAJ&hl=en), [Ramin Zabih](https://www.cs.cornell.edu/~rdz/), [William T. Freeman](https://billf.mit.edu/), [Ce Liu](https://people.csail.mit.edu/celiu/) <br />
Google Research
Google Research<br />
In CVPR 2021.

![Example of retrained PWC-Net from our most recent submission](examples/examples_pwc_it_ft.png)
Expand Down Expand Up @@ -63,6 +61,10 @@ command.

Then navigate to the "OpticalFlow-Inference.ipynb" and run all the cells.

## Training

The src/ directory currently contains the augmentation module (the Improved Training result uses the "pwc" augmentation from the augmentations module). The full train loop will posted soon.

## Citation

If you find this useful in your works, please acknowledge it appropriately by
Expand Down

0 comments on commit d4d4c07

Please sign in to comment.