Nathan Youngman
Nathan Youngman
Okay.
Also interested in liveness detection. One aspect of that could be blink detection, see #176.
An article on one type of liveness detection using a convolutional neural network: https://www.pyimagesearch.com/2019/03/11/liveness-detection-with-opencv/
Thanks for the effort on this. Also interested in blink detection. I ran across this article which was useful -- https://www.kairos.com/blog/how-to-use-blink-detection -- pointing out that blinks tend to happen 4+...
Another article on blink detection: https://www.pyimagesearch.com/2017/04/24/eye-blink-detection-opencv-python-dlib/ Which utilizes dlib and appears to be based on the "One Millisecond Face Alignment with an Ensemble of Regression Trees" paper and the ~~HELEN...
Yes, it would be nice to have this supported by the library. I'm currently adding this code across 4 different definitions. That said, it works beautifully. Thanks @baoist. The only...
This is a bit cleaner as well: ``` def __storage do Application.get_env(:arc, :storage) || Arc.Storage.S3 end ``` Since I'm an Elixir newb, I did some tests in IEX to ensure...
What if I already have coveralls format (rather than lcov format)? This is what coveralls-multi produces. Is there a way to upload that without trying to convert it first? Related:...
I'm wondering the same thing. My guess is that it should be used in pusher.rb after writing to the connection. The thing is, I don't think the response from Apple...
For more information: http://redth.codes/the-problem-with-apples-push-notification-ser/