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'
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'