Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raphaelmeudec/tf2-deblurgan

Tensorflow 2.0 implementation of DeblurGan
https://github.com/raphaelmeudec/tf2-deblurgan

Last synced: 9 days ago
JSON representation

Tensorflow 2.0 implementation of DeblurGan

Awesome Lists containing this project

README

        

# TF2.0 DeblurGAN

TensorFlow 2.0 implementation of [raphaelmeudec/deblur-gan](https://www.github.com/raphaelmeudec/deblur-gan)

## Installation

```
virtualenv venv -p python3.6
. venv/bin/activate
pip install -r requirements.txt
pip install -e .
```