Skip to content

The zero-shot performance of pre-trained ckpt is extremely low #11

@RenShuhuai-Andy

Description

@RenShuhuai-Andy

Thanks for the great work.

I evaluate the zero-shot performance of the 25M pre-trained ckpt on the DiDeMo dataset, my command is

export VL_DATA_DIR=/home/renshuhuai/VindLU/
export VL_EXP_DIR=/home/renshuhuai/VindLU/output

dataset=didemo
pt_name=25M-pretrain.pth
ft_name=${pt_name}-ret_${dataset}

ngpus=4
num_frames=8
nfrm_test=8
batch_size=32

# evaluation
python tools/run.py --nnodes 1 --ngpus ${ngpus} --task retrieval \
    --jobname ${ft_name}/eval_${nfrm_test}frm --dep_jobname ${ft_name} \
    --config configs/ret_${dataset}.py \
    --no_slurm \
    --model_args "pretrained_path /home/renshuhuai/VindLU/checkpoints/${pt_name} \
        evaluate True test_types 'eval([\"test\"])'  num_frames_test ${nfrm_test}"

However, I got a extremely low result (e.g., 0.1 R@1 for video retrieval):
image

I want to know if this is normal?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions