MrZihan / GridMM

Official implementation of GridMM: Grid Memory Map for Vision-and-Language Navigation (ICCV'23).
60 stars 1 forks source link

How can I get prevalent_aug_train_enc.jsonl, train_enc.jsonl, val_seen_enc.jsonl and val_unseen_enc.jsonl #5

Closed Mercy2Green closed 9 months ago

Mercy2Green commented 9 months ago

Hi Mr Zihan, Sorry to bother you.

Thank you again for your upload of pretrain_map files, these files help me run GridMM r2r_train.sh successfully. For now, I want to generate these .jsonl files myself. May I ask how did you generate or get these files?

Thank you in advance for your attention.

Screenshot from 2024-01-09 11-19-49

MrZihan commented 9 months ago

Hi! These .jsonl files are from the project https://github.com/cshizhe/VLN-DUET. I didn't do any further processing.

Mercy2Green commented 9 months ago

Thanks!