jialuli-luka / PanoGen

Code and Data for Paper: PanoGen: Text-Conditioned Panoramic Environment Generation for Vision-and-Language Navigation
73 stars 5 forks source link

Annotations missing from the Stable-Diffusion directory #3

Open Suraj2HB opened 1 year ago

Suraj2HB commented 1 year ago

File "/home/suraj/PanoGen/Stable-Diffusion/generate_images_from_captions.py", line 17, in with open("annotations/R2R_train_enc.json", 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: 'annotations/R2R_train_enc.json'

jialuli-luka commented 1 year ago

Hi, You could download the annotations from DUET repository: https://github.com/cshizhe/VLN-DUET. They share a dropbox link to download the annotations.

Best, Jialu

Suraj2HB commented 1 year ago

Thank you for your help :)