Actually, finding human faces is a little bit easier (or at least comparable) to finding logos in images. The human face has a standard shape, whereas logos can be quite different shapes, sizes, and styles. The standard approaches to human face detection include Haar cascades, HOG + Linear SVM, and now we're even using deep learning. These techniques could also be applied to the drone video as well.
4 comments
[ 4.9 ms ] story [ 20.0 ms ] threadJokes aside: This is amazing. I guess finding the logo is easy compared to say a human face, but still. Thanks for the great article!