https://github.com/narumiruna/eat-hands
https://github.com/narumiruna/eat-hands
dcgan gan generative-adversarial-network pytorch wgan
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/narumiruna/eat-hands
- Owner: narumiruna
- Created: 2018-02-10T08:21:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-19T16:52:41.000Z (over 7 years ago)
- Last Synced: 2025-01-31T17:58:45.517Z (9 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

## References
- [WGAN](https://arxiv.org/abs/1701.07875)
- [WGAN-GP](https://arxiv.org/abs/1704.00028)
- [DCGAN](https://arxiv.org/abs/1511.06434)