johnwmillr / Facer

Simple (🤞) face averaging (🙂) in Python (🐍)
MIT License
80 stars 11 forks source link

Allow for a different path for the pre-trained model #9

Open neiljdo opened 3 years ago

neiljdo commented 3 years ago

Currently, the path where the pre-trained model is hardcoded and prevents usage of the library as a module without tweaking. It might be nice if there is a way to set this programmatically (e.g. via a config that the module loads).