- Necessary Weights
Unzip the weights under ./output/pretrained_weights
folder.
- For Finetuning
Unzip the corresponding weights under ./output/pretrain
folder.
All weights can be downloaded from https://huggingface.co/David-huang/VLAB
- For Testing
Put the corresponding weights under ./output/downstreams/{large, giant}
folder.
# model_size: large, giant
# task: didemo_retrieval, msrvtt_caption, msrvtt_vqa, msrvtt_retrieval, msvd_caption, msvd_vqa, msvd_retrieval
# finetune
sh scripts/finetune/finetune.sh ${model_size} ${task}
# test
sh scripts/test/test.sh ${model_size} ${task}