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.