face-makeup.PyTorch icon indicating copy to clipboard operation
face-makeup.PyTorch copied to clipboard

Port to Mobile

Open sega4revenge opened this issue 5 years ago • 4 comments

I'm trying to port this trained model to ios but always fail ( output model size is very large and dont know how to use it ) . Can you help to convert it to ios model ?

sega4revenge avatar Jul 01 '19 17:07 sega4revenge

the size of model is large and you need host model on server and then connect that server with

dhumal436 avatar Nov 20 '19 18:11 dhumal436

you can use shufflenet/mobilenet as backbone to retrain this model ,or resize the input image to smaller size.after this work i get 20fps on mobile device

hylrh2008 avatar Nov 28 '19 23:11 hylrh2008

you can use shufflenet/mobilenet as backbone to retrain this model ,or resize the input image to smaller size.after this work i get 20fps on mobile device

大佬可否发我们参考一下如何修改,谢谢啦

DWCTOD avatar Jul 07 '20 06:07 DWCTOD

Anyone can put the mobile device port model. I get an error in ONNX conversion, in avgpool. I want to convert in coreml. anyone has an idea please do help.

urmit-space avatar Sep 29 '20 09:09 urmit-space