fengju514 / Expression-Net

Deep 3DMM facial expression parameter extraction
517 stars 122 forks source link

Accept input path as arg (as per the documentation) #6

Closed leonvictor closed 6 years ago

leonvictor commented 6 years ago

Hey, just as @adamdbrw I tried to run the code "as is" and it does not work. Using his changes makes it usable again, but some documented functions are missing.

This should allow users to add the input path as an argument by using $ python main_ExpShapePoseNet.py <input-list-path> (as the readme says)

It's a pretty hacky solution, but as this project doesn't look maintained anymore it should do the trick in allowing people to test your work easily.

And by the way, thanks for you inspiring work :)

fengju514 commented 6 years ago

Thank you for your suggestion. I've already updated the main file!