fengyang0317 / unsupervised_captioning

Code for Unsupervised Image Captioning
MIT License
215 stars 51 forks source link

Data.build_mscoco_data not found #40

Open Anirudh-crypto opened 2 years ago

Anirudh-crypto commented 2 years ago

Hey yang, I encountered the below mentioned error when I ran "python preprocessing/extract_descriptions.py" command. Can you resolve this issue. Thank you in advance

Traceback (most recent call last): File "preprocessing/extract_descriptions.py", line 16, in from data.build_mscoco_data import _process_caption ModuleNotFoundError: No module named 'data.build_mscoco_data'