haoyi-duan / DG-SCT

NeurIPS'2023 official implementation code
53 stars 4 forks source link

How to get pre-trained weights of grounding module #6

Closed kaiw7 closed 2 months ago

kaiw7 commented 9 months ago

Hi, could I know how you get the pre-trained weights of grounding module? I found you use the different pre-trained weights from LAVISH. Do you use another dataset to pre-trained the whole model to get the pre-trained ground module? If yes, which dataset you use for this pre-training? Many thanks.

haoyi-duan commented 9 months ago

We use AVQA dataset to train the grounding module. You can check the code for detail.