MLAD
MLAD copied to clipboard
Implementation of paper "Modeling Multi-Label Action Dependencies for Temporal Action Localization"
hi, thanks for sharing your code. I validate the model you provided on multithumos and get 'mAP: 0.492592', it is lower than your paper. And I tried to train with...
Thank you
Hi, thanks for your code! I searched with keyword 'train_mode' by the definition of `parser.add_argument('--train_mode', type=str, required=True, help='Specify the training mode.', choices=["fixed", "variable"]) ` But I cannot find the code...
Hi Praveen, MLAD is a very inspiring work to me. I saw in dataloader.py that the `collated_fn` outputs clip features of varied lengths. But I haven't seen how MLAD handle...