#341 · Primary category: Computer Vision
PWC-Net
PWC-Net: CNNs for Optical Flow Using Pyramid, Warping, and Cost Volume, CVPR 2018 (Oral)
Project last updated:08/22/22
GitHub Stars
1.7K
Forks
365
Contributors
8
License
Other
Why we included this project
PWC-Net is the reference implementation of a well-known 2018 CVPR paper that fused classic optical flow techniques into a single end-to-end trainable network. Anyone doing motion analysis in video, for tasks like action recognition, frame interpolation, or autonomous driving perception, gets both Caffe and PyTorch code here, with the two implementations closely matching each other's accuracy on benchmarks such as Sintel. The repo also ships pretrained models and the full training and testing pipeline, so it works as a real starting point rather than just a paper reference. One caveat: the code targets Python 2.7 and an older deep learning stack, so it is best treated as a documented baseline for reproducing published results, or as a source of architecture ideas to port into a modern framework.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)