Baiyuetribe / ncnn-models

awesome AI models with NCNN, and how they were converted ✨✨✨
https://github.com/Baiyuetribe/ncnn-models
MIT License
244 stars 29 forks source link

GFPGAN #9

Open magicse opened 2 years ago

magicse commented 2 years ago

I tried using your model encoder.param encoder.bin style.bin And got a result that looks a little worse than the result from Python GFPGAN and GFPGANv1.3.pth model result 2

l

Baiyuetribe commented 2 years ago

Because I have an older one here, and the new model I did not try to convert。 Current model from 8 months ago ,https://github.com/FeiGeChuanShu/GFPGAN-ncnn If you tried to convert the GFP1.3 version, welcome pr

magicse commented 2 years ago

Hi thank you for answer. Yes, I want to convert GFP1.3. If you help me a little bit with this, I will convert the model.

magicse commented 2 years ago

I try it but get error Convert GFPGANv1.3.pth to onnx

Baiyuetribe commented 1 year ago

@magicse https://github.com/axinc-ai/ailia-models/pull/873 Here is the onnx version, You can then try to convert the model

magicse commented 1 year ago

Hi @Baiyuetribe thank You for information. here my some research to convert GFPGANv1.3-to-ncnn

Baiyuetribe commented 1 year ago

Nice work!

zimenglan-sysu-512 commented 1 year ago

hi @magicse did u convert onnx successfully?