Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)