Skip to content

Commit 6827b4c

Browse files
authored
add reference to a related optical flow work from NVIDIA
link to paper and codes for PWC-Net, NVIDIA's optical flow model.
1 parent 74aedd1 commit 6827b4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,9 @@ If you find this implementation useful in your work, please acknowledge it appro
107107
howpublished = {\url{https://github.com/NVIDIA/flownet2-pytorch}}
108108
}
109109
```
110+
## Related Optical Flow Work from Nvidia
111+
Code (in Caffe and Pytorch): [PWC-Net](https://github.com/NVlabs/PWC-Net) <br />
112+
Paper : [PWC-Net: CNNs for Optical Flow Using Pyramid, Warping, and Cost Volume](https://arxiv.org/abs/1709.02371).
113+
110114
## Acknowledgments
111115
Parts of this code were derived, as noted in the code, from [ClementPinard/FlowNetPytorch](https://github.com/ClementPinard/FlowNetPytorch).

0 commit comments

Comments
 (0)