-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lack “R2R_VLNCE_v1-2_preprocessed” directory for VLN-CE evaluation. #17
Comments
Sorry for the typo, you can change the filename to 'R2R_VLNCE_v1-2_preprocessed' and try again. |
It seems that it is not a typo. The files in the 'R2R_VLNCE_v1-2_preprocessed_BERTidx' directory follow the format '{split}/{split}_bertidx.json.gz', whereas in the 'R2R_VLNCE_v1-2_preprocessed' directory, the files follow the format '{split}/{split}_gt.json.gz'. Additionally, based on the code, the data in '{split}/{split}_gt.json.gz' is used by self.gt_data[ep_id]['locations']. However, the data in '{split}/{split}_bertidx.json.gz' appears as follows:
As you can see, there is no 'locations' field in it." |
Hi, you can try this one "https://drive.google.com/file/d/1FJ2xs1Q0lSI-bN1Gi8BElN8xbEft8aum/view?usp=sharing". |
It works! Thank you very much! |
I was able to run the code on VLN-CE training. But I encountered an issue during VLN-CE evaluation. It appears that the 'R2R_VLNCE_v1-2_preprocessed' directory is missing. The data provided by ETPNav only includes 'R2R_VLNCE_v1-2_preprocessed_BERTidx'.
The text was updated successfully, but these errors were encountered: