update README
Browse files
README.md
CHANGED
@@ -6,11 +6,15 @@ license: apache-2.0
|
|
6 |
|
7 |
# Model info
|
8 |
|
|
|
|
|
9 |
### fbanime.pkl
|
10 |
|
11 |
StyleGan2 model trained with official [StyleGan3](https://github.com/NVlabs/stylegan3).
|
12 |
But I modified the code (networks_stylegan2.py and dataset.py) to support non-square resolutions.
|
13 |
|
|
|
|
|
14 |
### g_mapping.onnx
|
15 |
|
16 |
onnx format mapping network of fbanime.pkl
|
@@ -31,3 +35,8 @@ YOLOv5 model trained with official [YOLOv5](https://github.com/ultralytics/yolov
|
|
31 |
# Usage
|
32 |
|
33 |
see [demo](https://huggingface.co/spaces/skytnt/full-body-anime-gan/blob/main/app.py)
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
# Model info
|
8 |
|
9 |
+
[fbanimegan](https://github.com/SkyTNT/fbanimegan)
|
10 |
+
|
11 |
### fbanime.pkl
|
12 |
|
13 |
StyleGan2 model trained with official [StyleGan3](https://github.com/NVlabs/stylegan3).
|
14 |
But I modified the code (networks_stylegan2.py and dataset.py) to support non-square resolutions.
|
15 |
|
16 |
+
FID: 1.4
|
17 |
+
|
18 |
### g_mapping.onnx
|
19 |
|
20 |
onnx format mapping network of fbanime.pkl
|
|
|
35 |
# Usage
|
36 |
|
37 |
see [demo](https://huggingface.co/spaces/skytnt/full-body-anime-gan/blob/main/app.py)
|
38 |
+
|
39 |
+
# Dataset
|
40 |
+
|
41 |
+
[fbanimehq](https://huggingface.co/datasets/skytnt/fbanimehq) v2.0
|
42 |
+
|