-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hi @Pilhyeon, thanks for your great work! Now I'm following your BMUE and have some trouble in reproducing the results on ActivityNet dataset.
I have tried to do some experiments on ActivityNet v1.2. I downloaded the I3D features provided by this link and adapt them to BMUE format. The following are some of my results. All experiments run for 6k epochs, the results are showed in the form of "(average_mAP, Test_acc)":
- [no params changed] (0.0390, 0.43)
According to Sec 4.1 in your arXiv paper, T=50, so I set num_segments as 50 and do the following experiments:
- [num_segments: 50] (0.0275, 0.31)
- [class_th: 0.1] (0.0332, 0.36)
- [class_th: 0.1, act_thresh_cas: np.arange(0.0, 0.15, 0.015)] (0.0400, 0.36)
Besides, I also tried to change "act_thresh_magnitudes", "NMS thresh", "alpha", "_lambda & gamma in get_proposal_oic()", etc. The results don't seem to get better: the test accuracy is around 0.4 and the average_mAP is very low. It's hard for me to find the best settings. Could you please share your params settings on ActivityNet 1.2 & 1.3 datasets? Or give me some advice on which params to change?
Looking forward to your reply and I'd be glad to cite your excellent work. Thanks!