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

Steps to do Multi Sentence Grounding #9

Open
anilbatra2185 opened this issue Aug 21, 2024 · 1 comment
Open

Steps to do Multi Sentence Grounding #9

anilbatra2185 opened this issue Aug 21, 2024 · 1 comment

Comments

@anilbatra2185
Copy link

hi @zjr2000, @ttengwang ,

Thank you for sharing the work and code. I am unable to find the steps to perform multi-sentence grounding on own dataset. The config files for MSVG (assuming multi-sentence video grounding, link) is using following files which are missing in the repo.

train_proposal_file: data/generated_proposals/dbg_trainval_top100.json
eval_proposal_file: data/generated_proposals/dbg_trainval_top100.json

Appreciate your response.

@zjr2000
Copy link
Owner

zjr2000 commented Oct 22, 2024

hi @zjr2000, @ttengwang ,

Thank you for sharing the work and code. I am unable to find the steps to perform multi-sentence grounding on own dataset. The config files for MSVG (assuming multi-sentence video grounding, link) is using following files which are missing in the repo.

train_proposal_file: data/generated_proposals/dbg_trainval_top100.json
eval_proposal_file: data/generated_proposals/dbg_trainval_top100.json

Appreciate your response.

Sorry for the late response and thanks for your attention. For multi-sentence grounding, the main step is to set these two arguments to true:

enable_sentence_context_modeling: True
enable_sentence_pos_embedding: True

This is to enable the interaction between multiple sentence queries. And the ```train_proposal_file''' is not used in our current code (we deleted it in the previous version)

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