#624 · Primary category: Computer Vision
tfoptflow
Optical Flow Prediction with TensorFlow. Implements "PWC-Net: CNNs for Optical Flow Using Pyramid, Warping, and Cost Volume," by Deqing Sun et al. (CVPR 2018)
Project last updated:08/01/19
GitHub Stars
530
Forks
132
Contributors
1
License
MIT
Why we included this project
Optical flow estimation produces a dense motion map between consecutive video frames, and it shows up in everything from object tracking to action recognition. This repo is a TensorFlow implementation of PWC-Net, the CVPR 2018 architecture, and it covers the whole workflow rather than just a frozen model: training code, evaluation, and inference are all here. The author deliberately avoided dynamically loaded CUDA ops, so it runs on Linux and Windows, and it supports multi-GPU and mixed-precision training if you want to retrain on your own data. Pretrained weights are included, and the reported results match or beat the original paper on the MPI-Sintel 'final' benchmark. If you need a reference implementation of a classic optical flow network to build on, this is a solid place to start.
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)