fg2018-competition
fg2018-competition copied to clipboard
how do we compute the mean, std, and median
I wanted to know how do we compute the mean, std, and median of the errors that is finally evaluated for a model.
Do we
1.Compute a mean error per predicted mesh i.e compute mean error across vertices for each mesh to get a single value for each mesh and then compute mean, median, and std for all the predicted meshes. 2.Consider all the errors predicted across all vertices across all meshes as a collection and compute the mean, median, and std for this whole collection.
Hi @mkh321, sorry for the very late reply!
I think #3 and #4 might answer your questions?