FrancescoSaverioZuppichini / glasses

High-quality Neural Networks for Computer Vision 😎
https://francescosaveriozuppichini.github.io/glasses-webapp/
MIT License
437 stars 37 forks source link

[Enhancement] Classification #305

Open kleinicke opened 2 years ago

kleinicke commented 2 years ago

Enhancement ✨

After reading the readme and the tutorial it's not clear for me, how to run a classification. It's nice, that the interpretability of classification is well describes, but the first step should be the classification itself, before the (non existing) result is interpreted.

FrancescoSaverioZuppichini commented 2 years ago

Hi @kleinicke I am working on a complete rewrite of the library and hopefully make everything cleaner.

The library as it is now gives you the models and you are in charge to do what you want with them, I hope this clarify your doubts