wjun0830 / QD-DETR

Official pytorch repository for "QD-DETR : Query-Dependent Video Representation for Moment Retrieval and Highlight Detection" (CVPR 2023 Paper)
https://arxiv.org/abs/2303.13874
Other
183 stars 13 forks source link

what does parameter 'clip_len' mean? #16

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. After I read the issues in https://github.com/jayleicn/moment_detr/issues/11 and https://github.com/wjun0830/QD-DETR/issues/1, I find that there are different values about 'clip_len', in the moment_detr method, the author set the 'clip_len' is 2, and in the QD-deter method, you set the 'clip_len' is 1, so I am confused, what does the 'clip_len' mean?

wjun0830 commented 1 year ago

If you check the comment https://github.com/jayleicn/moment_detr/issues/11#issuecomment-1076396930, don't they use clip length 1?

onlyonewater commented 1 year ago

sorry, you are right, I am wrong, the clip length is 1 in moment_detr, thanks!!!