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

https://github.com/yidadaa/rl-sketchboard

Generate cartoon style sketch using reinforcement learning and style transfer learning.
https://github.com/yidadaa/rl-sketchboard

Last synced: 3 months ago
JSON representation

Generate cartoon style sketch using reinforcement learning and style transfer learning.

Awesome Lists containing this project

README

        

# RL-SketchBoard
Generate cartoon style sketch using reinforcement learning and style transfer learning.

## Dependencies
```bash
# torch 1.4.0
conda install pytorch torchvision torchaudio cpuonly -c pytorch # cpu only
conda install pytorch==1.4.0 torchvision==0.5.0 cudatoolkit=10.1 -c pytorch # with cuda 10.1

# python dependencies
pip install opencv-python tianshou gym atari_py
```