Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run the test_iam_dataset.ipynb #2

Open
Tejas111 opened this issue Jun 6, 2019 · 1 comment
Open

Unable to run the test_iam_dataset.ipynb #2

Tejas111 opened this issue Jun 6, 2019 · 1 comment

Comments

@Tejas111
Copy link

Tejas111 commented Jun 6, 2019

Traceback (most recent call last): File "iam_dataset.py", line 23, in <module> from .expand_bounding_box import expand_bounding_box SystemError: Parent module '' not loaded, cannot perform relative import

python version =3.5.2
os = windows
editor = pycharm

@Mihir2
Copy link

Mihir2 commented Nov 27, 2020

Remove the "." before expand_bounding_box

Updated line as below below:
from expand_bounding_box import expand_bounding_box

Mark this as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants