xlliu7 / E2E-TAD

[CVPR 2022] An Empirical Study of End-to-end Temporal Action Detection
Apache License 2.0
81 stars 11 forks source link

Details about ActivityNet v1.3 #8

Open Dotori-HJ opened 1 year ago

Dotori-HJ commented 1 year ago

I am trying to reproduce ActivityNet v1.3 using the provided code and data, but I am running into some issues. Specifically, I am having trouble with a significant performance drop.

I have tried extracting fixed frames from a video, adding the code about the binary class and combining the external classifier (chuk), but so far, mAP is 27.2.

I would greatly appreciate any help or guidance you can provide on this matter. If there are any additional details or information I can provide to help solve the issue, please let me know.

Thank you for your time.

Dotori-HJ commented 1 year ago

I found an issue with preprocessing. However, I still got mAP 32~33.

Could you provide some details about hyperparameters?