Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to train on ActivityNet dataset #3

Closed
XinHu98 opened this issue Jun 8, 2022 · 1 comment
Closed

How to train on ActivityNet dataset #3

XinHu98 opened this issue Jun 8, 2022 · 1 comment

Comments

@XinHu98
Copy link

XinHu98 commented Jun 8, 2022

Thank you for the excellent code. I am wondering if you could share the training config on ActivityNet dataset.

@LeonHLJ
Copy link
Owner

LeonHLJ commented Jun 9, 2022

Thank you for the excellent code. I am wondering if you could share the training config on ActivityNet dataset.

You can refer to the code of ACMNet (https://github.com/ispc-lab/ACM-Net) and transplant our method on their codebase. The config for ActivityNet is as follows:

    "dropout":0.7,
    "lr":2e-5,
    "weight_decay":0.001,
    "inp_feat_num":2048,
    "out_feat_num":2048,
    "scale_factor":10.0,     # scaling factor for calculating classification scores
    "n_mu":8,     # the number of GMM centers
    'em_iter':2,      # the number of EM iterations
    "o_weight":0.8,      # the weight of main branch for TCAM fusion during testing
    "m_weight":0.2,     # the weight of intra-video branch for TCAM fusion during testing
    "lambda_b":0.1,     # weight of the multiple instance learning head of the classification head (the weight of the Class-agnostic attention head is set as 1.0)
    "lambda_att":0.1,     # weight of attention normalization loss
    "lambda_spl":1.0,     # weight of pseudo label loss

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants