Closed kir12 closed 2 years ago
Unfortunately, there's no easy way to optimize the model.
The original author of the library has a page describing how to train models, so it's technically possible to create models by yourself. But you'll need to implement a training code by your own (it's not published by the author) and also you'll need a dataset of anime character faces with region annotations.
I'm implementing
python-animeface
as part of a larger project involving anime characters' faces. Insofar,python-animeface
's algorithm has worked fairly well, but some images haven't worked as well. (e.g. this photo) It might very well be something wrong with my implementation ofanime-face
, but any chance you know of ways to optimizepython-animeface
?