Closed TylerRajotte closed 7 years ago
Thanks for catching that typo for me.
Does the image you are trying to deepfry have a real face in it? If it does, then it could be looking too far to one side, or the API just can't detect it for some reason.
The Image I was using was and when I use the test image of it does work so the error seems to occur when there is no face to detect and when it does receive a real face it works as intended
Yeah that's an error the program is made to throw. If you want I can edit it so that if it cannot find a face, it'll fail silently and continue on with the rest of the effects.
That would seem better that have the whole thing fall apart, Thank You
82d306002b045f7180c0525758ea466fabe1bf07 removes the exception and just continues on with the rest of the effects.
When I run the module example:
It errors out due to
loop = asynio.get_event_loop()
But even after fixing the variable it still errors and I get the following