You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been working with prepare_query_tube_vps.py for the past three days, attempting multiple installations to resolve an issue I keep encountering. Despite my efforts, I'm consistently faced with a TypeError that I can't seem to overcome.
The error message I receive is as follows: TypeError: init() got an unexpected keyword argument 'video_name'.
Has anyone else experienced this problem or have any insights on how to resolve it? I'm looking for any guidance or suggestions on how to proceed.
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered:
It seems like if you run prepare_query_tube_vps.py, the dataset class should be PVSGVideoSingleVideoDataset rather than PVSGVideoDataset which causes the error here.
Did you somehow merge some configs when you were running the script?
Is prepare_query_tube_ips.py shows similar results?
Hi,
I've been working with prepare_query_tube_vps.py for the past three days, attempting multiple installations to resolve an issue I keep encountering. Despite my efforts, I'm consistently faced with a TypeError that I can't seem to overcome.
The error message I receive is as follows: TypeError: init() got an unexpected keyword argument 'video_name'.
Has anyone else experienced this problem or have any insights on how to resolve it? I'm looking for any guidance or suggestions on how to proceed.
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: