The blog post and source code refer to an older algorithm than the one in the demo. Currently it is using a convolutional network for prediction not dissimilar to [1] or [2]. I'm writing a paper about it, if there is interest I'll put it online :) .
Thank you for the feedback on incorrectly identified characters! The algorithm is not quite perfect - 70% accuracy on a randomly chosen test set.
2 comments
[ 4.8 ms ] story [ 31.6 ms ] threadAlso, it incorrectly identified two characters on the demo for me: http://a.pomf.se/pykdwz.png
Source: https://github.com/alexisVallet/anime-character-detection it seems
The blog post and source code refer to an older algorithm than the one in the demo. Currently it is using a convolutional network for prediction not dissimilar to [1] or [2]. I'm writing a paper about it, if there is interest I'll put it online :) .
Thank you for the feedback on incorrectly identified characters! The algorithm is not quite perfect - 70% accuracy on a randomly chosen test set.
[1]: http://arxiv.org/abs/1409.4842 [2]: http://arxiv.org/abs/1409.1556