About testing charades: the result of the test should use the last recorded mAP ? #17
Open
Description
Hi!
I noticed that AverageMeter()
is used in calculating the mAP and the output is the global avg
, and this is not a problem when calculating accuracy.
However, the result of the mAP calculation should be obtained using all the predictions. Therefore the value of the last maper.value().numpy()
should be used directly as the final result.
Am I understanding this correctly?
Metadata
Assignees
Labels
No labels