Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/narumiruna/eat-hands
https://github.com/narumiruna/eat-hands
dcgan gan generative-adversarial-network pytorch wgan
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/narumiruna/eat-hands
- Owner: narumiruna
- Created: 2018-02-10T08:21:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-19T16:52:41.000Z (over 6 years ago)
- Last Synced: 2024-12-04T18:48:39.184Z (2 months ago)
- Topics: dcgan, gan, generative-adversarial-network, pytorch, wgan
- Language: Python
- Size: 35.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hand-wgan
## Dataset
- [11k Hands](https://sites.google.com/view/11khands)## Result
### WGAN-GP
![](https://i.imgur.com/Ce5qHdb.png)
![](https://i.imgur.com/JUgQBmC.jpg)## References
- [WGAN](https://arxiv.org/abs/1701.07875)
- [WGAN-GP](https://arxiv.org/abs/1704.00028)
- [DCGAN](https://arxiv.org/abs/1511.06434)