harvitronix / five-video-classification-methods

Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow
https://medium.com/@harvitronix/five-video-classification-methods-implemented-in-keras-and-tensorflow-99cad29cc0b5
MIT License
1.17k stars 479 forks source link

Metrics #114

Closed wemyss closed 5 years ago

wemyss commented 5 years ago

Added basic metrics for f1 score, precision and recall.

Chose to do it via 2 different methods using the tf metrics and one manually using keras backend. They seem to have slightly varying results

wemyss commented 5 years ago

my bad. wanted to merge into master on my fork