All Projects → pathak22 → Pyflow

pathak22 / Pyflow

Licence: other
Fast, accurate and easy to run dense optical flow with python wrapper

Projects that are alternatives of or similar to Pyflow

Vpp
Video++, a C++14 high performance video and image processing library.
Stars: ✭ 655 (+16.13%)
Mutual labels:  optical-flow, image-processing
Hidt
Official repository for the paper "High-Resolution Daytime Translation Without Domain Labels" (CVPR2020, Oral)
Stars: ✭ 513 (-9.04%)
Mutual labels:  image-processing
Imageprocessing Labs
computer vision, image processing and machine learning on the web browser or node.
Stars: ✭ 471 (-16.49%)
Mutual labels:  image-processing
Tiler
Tiler is a tool to create an image using all kinds of other smaller images (tiles). It is different from other mosaic tools since it can adapt to tiles with multiple shapes and sizes (i.e. not limited to squares).
Stars: ✭ 4,681 (+729.96%)
Mutual labels:  image-processing
Liteflownet
LiteFlowNet: A Lightweight Convolutional Neural Network for Optical Flow Estimation, CVPR 2018 (Spotlight paper, 6.6%)
Stars: ✭ 474 (-15.96%)
Mutual labels:  optical-flow
Pycnn
Image Processing with Cellular Neural Networks in Python
Stars: ✭ 509 (-9.75%)
Mutual labels:  image-processing
Pesdk Android Demo
A fully customizable photo editor for your app.
Stars: ✭ 464 (-17.73%)
Mutual labels:  image-processing
Srn Deblur
Repository for Scale-recurrent Network for Deep Image Deblurring
Stars: ✭ 537 (-4.79%)
Mutual labels:  image-processing
Jquery Cropper
A jQuery plugin wrapper for Cropper.js.
Stars: ✭ 516 (-8.51%)
Mutual labels:  image-processing
Sketch Code
Keras model to generate HTML code from hand-drawn website mockups. Implements an image captioning architecture to drawn source images.
Stars: ✭ 4,544 (+705.67%)
Mutual labels:  image-processing
Aces Dev
AMPAS Academy Color Encoding System Developer Resources
Stars: ✭ 483 (-14.36%)
Mutual labels:  image-processing
Compressor
An easy to use and well designed image compress library for Android, based on Android native image library. Put forward a framework for quick switch from different compress algorithm.
Stars: ✭ 476 (-15.6%)
Mutual labels:  image-processing
Imagesharp
📷 A modern, cross-platform, 2D Graphics library for .NET
Stars: ✭ 5,186 (+819.5%)
Mutual labels:  image-processing
Gaussianblur
An easy and fast library to apply gaussian blur filter on any images. 🎩
Stars: ✭ 473 (-16.13%)
Mutual labels:  image-processing
Flipsidecamera
The camera app that takes pictures from both sides of your world ! 📷
Stars: ✭ 535 (-5.14%)
Mutual labels:  image-processing
Imgproxy
Fast and secure standalone server for resizing and converting remote images
Stars: ✭ 5,688 (+908.51%)
Mutual labels:  image-processing
Qgis Earthengine Examples
A collection of 300+ Python examples for using Google Earth Engine in QGIS
Stars: ✭ 482 (-14.54%)
Mutual labels:  image-processing
Qupath
QuPath - Bioimage analysis & digital pathology
Stars: ✭ 503 (-10.82%)
Mutual labels:  image-processing
Pytorch Cyclegan
A clean and readable Pytorch implementation of CycleGAN
Stars: ✭ 558 (-1.06%)
Mutual labels:  image-processing
Blurry
Blurry is an easy blur library for Android
Stars: ✭ 5,092 (+802.84%)
Mutual labels:  image-processing

Python Dense Optical Flow

Python wrapper for Ce Liu's C++ implementation of Coarse2Fine Optical Flow. This is super fast and accurate optical flow method based on Coarse2Fine warping method from Thomas Brox. This python wrapper has minimal dependencies, and it also eliminates the need for C++ OpenCV library. For real time performance, one can additionally resize the images to a smaller size.

Run the following steps to download, install and demo the library:

git clone https://github.com/pathak22/pyflow.git
cd pyflow/
python setup.py build_ext -i
python demo.py    # -viz option to visualize output

This wrapper code was developed as part of our CVPR 2017 paper on Unsupervised Learning using unlabeled videos. Github repository for our CVPR 17 paper is here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].