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

TypeError: 'module' object is not callable #11

Open
nguyenanhtuan1008 opened this issue Sep 9, 2020 · 2 comments
Open

TypeError: 'module' object is not callable #11

nguyenanhtuan1008 opened this issue Sep 9, 2020 · 2 comments

Comments

@nguyenanhtuan1008
Copy link

Traceback (most recent call last):
File ".\Evaluation.py", line 32, in
evaluate()
File ".\Evaluation.py", line 10, in evaluate
dataProvider = DataProvider()
TypeError: 'module' object is not callable

I run python Evaluation.py and then got this error. Can someone help?

@Rangachary
Copy link

I'm also getting the same issue. can anyone help us in this?

@Rangachary
Copy link

Just changed the below lines
dataProvider = DataProvider()
images = dataProvider.get_testset(True)
to single line as,
images = DataProvider.get_testset(True)

it works for me....

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