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

https://github.com/talkuhulk/encoder4editing-mobilenetv3

Re-implementation of e4e that use mobilenet-v3 and stylegan2-1024p
https://github.com/talkuhulk/encoder4editing-mobilenetv3

cartoonify face-editing openvino pytorch

Last synced: about 1 month ago
JSON representation

Re-implementation of e4e that use mobilenet-v3 and stylegan2-1024p

Awesome Lists containing this project

README

        

# encoder4editing with MobileNetV3







The demo of different styles images of e4e-mbv3 framework.

## Description

Re-implementation of e4e that use mobilenet-v3 and stylegan2-1024p. Then mix different styles by stylegan2 and convert to openvino.

## Citation

This code is heavily based on [encoder4editing](https://github.com/omertov/encoder4editing) and [stylegan2-pytorch](https://github.com/rosinality/stylegan2-pytorch). Thanks `omertov` and `rosinality` so much to make his work available 🙏🙏🙏

## Pretrained Models

链接: https://pan.baidu.com/s/1JlJTyBmFLZhju4MpDHLdAA 密码: 086q

[Google Drive](https://drive.google.com/file/d/18zK4A_iM6v8wHQAxd9_dmqGxLg3Z3Oyh/view?usp=share_link)

## Training Log
### Tensorboard






The loss of training.

## Test
```
python scripts/inference.py \
--images_dir=./test_images/ \
--save_dir=./sample \
./ckpt/best_model.pt
```

## More
[Inference on openvino and more demo](https://github.com/TalkUHulk/realworld-stylegan2-encoder)