Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 404 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 404 Bytes

Deep-JPEG/MPEG-Decoder

A Deep Learning-based decoder for JPEG/MPEG files

Building the repository

With Python >= 3.6.5 and pip, install the dependencies:

$ pip install numpy
$ pip install scikit-image
$ pip install opencv-python
$ pip install matplotlib
$ pip install scipy