JakubSochor/BoxCars

how Accuracy is measured?

Closed this issue · 1 comments

In this system, How Accuracy is measured? Please explain me

The accuracy is measured as number of correctly recognized images (tracks) divided by the number of all images (tracks). Check this function for further details.

def evaluate(self, probabilities, part="test", top_k=1):