rosenb0rg

Results 4 comments of rosenb0rg

I'm having the same error. I'm running demo.py in a conda env, with python 2.7. Looking at some other threads it seems like it's an issue with the dlib version,...

Thanks - should have thought of that... That seems to resolve first error, but now I'm getting this: ``` Traceback (most recent call last): File "demo.py", line 151, in main(parser.parse_args())...

This seems to have been resolved by updating to dlib 19.9 with pip thank you - for this project. It's really helpful. I'm a filmmaker and trying to use to...

I had the same error and it seems to be fixed by downgrading to Keras 2.1.2. See this [thread](https://github.com/keras-team/keras/issues/9349).