adapts document
This commit is contained in:
@@ -74,6 +74,8 @@
|
||||
\hline Accuracy & 78.90 \% \\
|
||||
\hline
|
||||
\end{tabular}
|
||||
\\
|
||||
The accuracy metric isn’t ideal because it’s quite intuitive to classify whether an object appears once or more in an image. In this case, the model might not have guessed the correct number of objects (e.g., 3 instead of 2), but the result will still be interpreted as accurate. This also makes it more challenging to backpropagate. A better approach would be to output the actual number of objects (in this case, humans).
|
||||
|
||||
%------------------ END OF ASSIGNMENT -----------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user