wangxiang1230 / OadTR

Code for our ICCV 2021 Paper "OadTR: Online Action Detection with Transformers".
MIT License
87 stars 12 forks source link

some question about decodermap #21

Open 007invictus opened 2 years ago

007invictus commented 2 years ago

when i test the model i trained ,the oad task achieved 64.06% but the decoder map was 50.88% ,have you met this situation?

wangxiang1230 commented 2 years ago

when i test the model i trained ,the oad task achieved 64.06% but the decoder map was 50.88% ,have you met this situation?

Note that decoder outputs future predictions, which are much harder than the current frame classification. You can refer to Table 6 of our paper.