Skip to content

Missing Key Error in tools/embs/save_blip_embs_vids.py #2

@yazann12

Description

@yazann12

I tried running save_blip_embs_vids.py, but I got the following error:
raise KeyError(key) from err
KeyError: 'pth2'

The error comes from get_ids() function in /src/data/embs.py which I think is trying to find "pth2" in validation_set.csv, but validation_set.csv only has "pth1" in its columns. Is this a typo in get_ids() or in validation_set.csv?

I am participating in the challenge, so I would appreciate your quick response to clarify the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions