A
A
Andrei1penguin12021-03-23 19:37:47
Python
Andrei1penguin1, 2021-03-23 19:37:47

How to check the accuracy of multivariate regression?

Good day, there is a task to localize a face in the image
There is a model ending with a Dense (4) layer, that is, two coordinates, two values ​​​​for x, two for y
The model is compiled with the rmsprop optimizer, mse is used for the loss function
The data is a photograph and two coordinates
It seems to me that you need to check the accuracy through mae, is that right?
If yes, how to apply it to the list of 4 values ​​output by the model?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Dugin, 2021-03-24
@adugin

At a minimum, you need to calculate IoU - both in terms of loss function and in evaluating the result.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question