clip_qst, clip_word
Closed this issue · 2 comments
haoyi-duan commented
Hi, could you please tell me how do I get clip_qst features? I see clip_word[B, 77, C] can be extracted from extract_qst_clip_feat.py, but what about clip_qst[B, C]? Thank you!
ayameyao commented
Hi,
file: ./feat_script/extract_clip_feat/clip_net/model.py
Uncomment line 360, you can get qustion feat shape: [77, C]
Uncomment line 361, you can get qustion feat shape: [1, C]
haoyi-duan commented
Got it! Thank you so much!