pytorch-i3d icon indicating copy to clipboard operation
pytorch-i3d copied to clipboard

How to find Code for task of action recongition?

Open tanxjtu opened this issue 6 years ago • 1 comments

from http://vuchallenge.org/charades.html the champion got the mAP of 0.3441 ! However I only got the mAP 0.28 by my eval code ! A big gap between 0.344! So Can any one release the eval code that may get higher mAP! (Using rgb_charades.pt )

tanxjtu avatar Dec 04 '18 14:12 tanxjtu

Note that the results on that site are for the new test set. This set usually gives scores higher than the original Charades test set (which you probably ran the code on). I'm not sure how you're evaluating, but there could be differences in post-processing (temporal max-pooling, mean-pooling, etc) or different pre-processing of the frames (resolution, frame rate, normalization, number of frames, etc) that could impact the results.

Using rgb_charades.pt and this code, I have been able to get ~0.32 mAP on the classification task on the original charades test set.

piergiaj avatar Dec 04 '18 17:12 piergiaj