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.
- Host: GitHub
- URL: https://github.com/yidadaa/rl-sketchboard
- Owner: Yidadaa
- Created: 2020-10-22T12:43:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-20T15:52:20.000Z (over 4 years ago)
- Last Synced: 2025-03-27T00:08:58.792Z (3 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```