3DDFA_V2 icon indicating copy to clipboard operation
3DDFA_V2 copied to clipboard

Windows Support

Open charliewang789 opened this issue 3 years ago • 2 comments

Is your feature request related to a problem? Please describe. when I try to run it on windows, it requires "render.so", apparently this is a linux library

Describe the solution you'd like can you add windows support?

Describe alternatives you've considered if it is supported, please share how?

charliewang789 avatar Apr 19 '21 23:04 charliewang789

You can use the default Sim3DR, disable the c render. For example, comment out line 13 and uncomment out line 12. https://github.com/cleardusk/3DDFA_V2/blob/fa8dfc479b46c218e7d375706c673d5823ddb464/demo.py#L12-L13 Accordingly, comment out the build scripts in Line9-11 https://github.com/cleardusk/3DDFA_V2/blob/fa8dfc479b46c218e7d375706c673d5823ddb464/build.sh#L9-L11

cleardusk avatar Apr 20 '21 02:04 cleardusk

wsl2 supports the instructions of the repo

woreom avatar Jul 16 '21 14:07 woreom