Metadata-Version: 2.1
Name: optical-flow-frame-utils
Version: 0.0.1
Summary: Lib for most popular data format read and write of optical flow in python
Home-page: UNKNOWN
Author: Real Python
Author-email: info@realpython.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: Pillow
Requires-Dist: numpy
Requires-Dist: opencv-python

This repo contains code for reading and writing .flo, .pfm, .png, .bin, .raw, .ppm and .jpg

All the credits for the code goes to https://github.com/princeton-vl/RAFT/blob/master/core/utils/frame_utils.py

Thank you so much.

I am simply uploading as a python package for easier use for visualizing for my IPython.


