face-makeup.PyTorch
face-makeup.PyTorch copied to clipboard
Port to Mobile
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 ?
the size of model is large and you need host model on server and then connect that server with
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
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
大佬可否发我们参考一下如何修改,谢谢啦
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.