emlcpfx

Results 43 comments of emlcpfx

Yes, there’s an option in the args to export an obj. I’m away from the computer, so I can find it right now, but it’s default behavior for the repo.

[Try this.](https://www.dropbox.com/scl/fi/8h5xr9e691yfmsgnlguhx/work38.yml?rlkey=jb80bp7vptu3desxcc7swrrh1&dl=0)

My .yml file doesn't work anymore, the environment won't build. It seems like some of the dependencies upgraded/changed to the point where it's broken. I have an env in a...

Following, interested in the same thing. @RIA1159 Where are you getting the camera params from?

@RIA1159 If I do this... `print("vals: " + str(vals)) # Convert vals to a string using str() function` ...I get a ton of output. Which part of that are the...

@RIA1159 Thank you, I get it now. I appreciate the help. Let me if you’re able to export the camera to a 3D program like Blender.

@daikankan Did you make any progress on this?

I found a hacky workaround to this problem. You can move around vertices on the FLAME model before they get encoded (or whatever it's called.) in DECA.py you'll find the...

Were you able to train DECA?

I've found a couple of speed improvements: Updated detect.py with code to improve speed in SFD Code Here: https://github.com/1adrianb/face-alignment/pull/347 C:\anaconda3\envs\work38\lib\site-packages\face_alignment\detection\sfd\detect.py v1 of the code speeds up about 10%. I can't...