3DDFA_V2
3DDFA_V2 copied to clipboard
Windows Support
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?
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
wsl2 supports the instructions of the repo