Skip to content

charades-STA vgg:query feature length mismatch #22

@Psycho-9

Description

@Psycho-9

In your train_vgg script, the feature length of query is 300, but the length of clip_text_features in the charades-sta dataset is 512. What is the purpose of taking 300?

# text features
if [[ ${t_feat_type} == "clip" ]]; then
t_feat_dir=${feat_root}/clip_text_features/
t_feat_dim=300
else
echo "Wrong arg for t_feat_type."
exit 1
fi

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