Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halcy/AnimeFaceNotebooks
notebooks and some data for playing with animeface stylegan2 and deepdanbooru
https://github.com/halcy/AnimeFaceNotebooks
Last synced: 7 days ago
JSON representation
notebooks and some data for playing with animeface stylegan2 and deepdanbooru
- Host: GitHub
- URL: https://github.com/halcy/AnimeFaceNotebooks
- Owner: halcy
- License: other
- Created: 2020-08-19T15:59:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T21:33:44.000Z (about 4 years ago)
- Last Synced: 2024-11-01T11:02:57.582Z (9 days ago)
- Language: Jupyter Notebook
- Size: 9 MB
- Stars: 118
- Watchers: 9
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AnimeFaceNotebooks
Notebooks and some data for playing with animeface stylegan2 and deepdanbooru. Versions for colab included (colab/ directory, or links below)## Stylegan2 Anime Face model
This notebook has a few simple functions to use stylegan2s projection code to project input images (quality of results varies, but honestly surprisingly good), and sliders for interactively modifying a few tags. The directions in dlatent space were obtained by generating a lot of faces, tagging them with deepdanbooru, and then finding a regression line in disentangled latent space fit to the tag confidence values from deepdanbooru. This version uses Lasso regression to try and exploit sparsity in the disentangled latent space. There's some development notes in the notebook, and code that you can use to calculate your own directions. latents/dlatents + tags for 100000 generated images are included.Example Video: http://www.youtube.com/watch?v=GRG6czAZql0
[![Stylegan2 Anime Face Interactive Modification](https://img.youtube.com/vi/GRG6czAZql0/0.jpg)](http://www.youtube.com/watch?v=GRG6czAZql0)
## Deepdanbooru + GradCam
This notebook as functions for using DeepDanbooru for tagging, for calculating gradcam maps and post-processing them into activation maps for specific tags, and for then visualizing these maps.Screenshot:
![Shaw (arknights) with tail highlited using gradcam](https://raw.githubusercontent.com/halcy/AnimeFaceNotebooks/master/example_data/gradcam_tagmaps.png)