wangxiang1230 / SSTAP

Code for our CVPR 2021 Paper "Self-Supervised Learning for Semi-Supervised Temporal Action Proposal".
70 stars 8 forks source link

About the temporal action detection with generated proposals #10

Open dingli-dean opened 2 years ago

dingli-dean commented 2 years ago

Hi, thanks for sharing the code. In the experiment, you have report the mAP performance of temporal action detection with the generated proposals. Can you share the related code and procedure of adopting these propsals for action detection? In several previous works, the details of this procedure are rarely introduced, usually described in the paper with a few words. As for student who is not familiar with the "detection by proposal classification" procedure, it is difficult to implement and calculate the performance. Hope you can share the details of it. Thanks.

wangxiang1230 commented 2 years ago

Hi, thanks for sharing the code. In the experiment, you have report the mAP performance of temporal action detection with the generated proposals. Can you share the related code and procedure of adopting these propsals for action detection? In several previous works, the details of this procedure are rarely introduced, usually described in the paper with a few words. As for student who is not familiar with the "detection by proposal classification" procedure, it is difficult to implement and calculate the performance. Hope you can share the details of it. Thanks.

Hi, sorry for the late reply. The detection code of ActivityNet v1.3 is here. You need to modify the file paths and "bash run.sh".

menghuaa commented 2 years ago

您好,感谢分享代码。在实验中,您已经使用生成的建议报告了时间动作检测的 mAP 性能。你能分享一下采用这些propsals进行动作检测的相关代码和过程吗?在之前的几部作品中,很少介绍这个过程的细节,通常在论文中用几句话来描述。对于不熟悉“通过提案分类检测”过程的学生,很难实现和计算性能。希望你能分享一下它的细节。谢谢。

您好,抱歉回复晚了。ActivityNet v1.3的检测代码在这里。您需要修改文件路径和“bash run.sh”。

您好,你提供的视频分类分数cuhk_val_simp_share.json,获得该分数的模型有利用时间边界注释进行训练吗?还是仅仅使用视频级动作标签进行训练?