jayleicn / moment_detr

[NeurIPS 2021] Moment-DETR code and QVHighlights dataset
https://arxiv.org/abs/2107.09609
MIT License
259 stars 44 forks source link

a question about training on the charades-sta dataset #33

Closed onlyonewater closed 1 year ago

onlyonewater commented 1 year ago

hi, authors, great works, now I want to train the model on the charades-sta dataset, and I find that you provide an 'opt.json' file about hyper-parameters in https://github.com/jayleicn/moment_detr/issues/11, in the configure file, you set the parameter 'clip_len' is 2, what does it mean?

jayleicn commented 1 year ago

We extract features per clip, and we use clips of length 2 seconds.

onlyonewater commented 1 year ago

ok, got it thanks!!!