Skip to content

Commit

Permalink
add reference to a related optical flow work from NVIDIA
Browse files Browse the repository at this point in the history
link to paper and codes for PWC-Net, NVIDIA's optical flow model.
  • Loading branch information
fitsumreda committed Jul 11, 2018
1 parent 74aedd1 commit 6827b4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,9 @@ If you find this implementation useful in your work, please acknowledge it appro
howpublished = {\url{https://github.com/NVIDIA/flownet2-pytorch}}
}
```
## Related Optical Flow Work from Nvidia
Code (in Caffe and Pytorch): [PWC-Net](https://github.com/NVlabs/PWC-Net) <br />
Paper : [PWC-Net: CNNs for Optical Flow Using Pyramid, Warping, and Cost Volume](https://arxiv.org/abs/1709.02371).

## Acknowledgments
Parts of this code were derived, as noted in the code, from [ClementPinard/FlowNetPytorch](https://github.com/ClementPinard/FlowNetPytorch).

0 comments on commit 6827b4c

Please sign in to comment.