Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/raphaelmeudec/tf2-deblurgan
- Owner: RaphaelMeudec
- Created: 2019-11-15T16:45:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T00:17:58.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T04:55:22.069Z (about 2 months ago)
- Language: Python
- Size: 33.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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 .
```