Deep-Live-Cam
Deep-Live-Cam copied to clipboard
Model Optimization
Hi, thanks for providing this great project, I find the inswapper_128_fp16.onnx that attached can be futher optimized by using onnxslim without lose of accuracy, here are the results.
pip install onnxslim
onnxslim inswapper_128_fp16.onnx slim.onnx
Awesome! Can you commit this on the experimental as well?
@hacksider pr for experimental branch https://github.com/hacksider/Deep-Live-Cam/pull/215
@hacksider pr for experimental branch #215
Hi @hacksider , can this be merged into experimental branch?