csjliang / LPTN

Official implementation of the paper 'High-Resolution Photorealistic Image Translation in Real-Time: A Laplacian Pyramid Translation Network' in CVPR 2021
Apache License 2.0
411 stars 46 forks source link

No module named 'codes.utils.download_util'; 'codes.utils' is not a package #27

Closed lkp520 closed 3 years ago

lkp520 commented 3 years ago

When I run: python scripts/data_preparation/download_datasets.py I meet: ModuleNotFoundError: No module named 'codes'

and after I run pip install codes, and run python scripts/data_preparation/download_datasets.py, I meet the problem: ModuleNotFoundError: No module named 'codes.utils.download_util'; 'codes.utils' is not a package

How can I solve it? Thank you!

monkeypaul commented 1 year ago

When I run: python scripts/data_preparation/download_datasets.py I meet: ModuleNotFoundError: No module named 'codes'

and after I run pip install codes, and run python scripts/data_preparation/download_datasets.py, I meet the problem: ModuleNotFoundError: No module named 'codes.utils.download_util'; 'codes.utils' is not a package

How can I solve it? Thank you!

Hi! May I ask how did you solve this problem? Thanks!