ijyliu / computer-vision-project

Using classical and neural image embeddings and finetuned end-to-end networks to achieve top-tier performance on a vehicle type classification task. Containerized and deployed model as a web app
https://cv-web-app-3m4f2rmfzq-uc.a.run.app/
0 stars 0 forks source link

confusion matrix percentages #78

Closed ijyliu closed 5 months ago

ijyliu commented 5 months ago

I think what she wants is - for each cell, what share of items in that true class fell into that predicted class

ijyliu commented 5 months ago

check if there's an automatic way to do this in sklearn first

ashutoshtiwari13 commented 5 months ago

Done! Pushed the code