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.__init__() takes at most 2 arguments (3 given) #3

Open
stoneljsh opened this issue May 30, 2016 · 0 comments
Open

Comments

@stoneljsh
Copy link

Running with the raw code and here is the following bug:

Traceback (most recent call last):
File "./tools/train_net.py", line 15, in
from datasets.factory import get_imdb
File "/home/liujs/pycaffe/py-faster-rcnn-master/tools/../lib/datasets/init.py", line 7, in
from .kakou import kakou
File "/home/liujs/pycaffe/py-faster-rcnn-master/tools/../lib/datasets/kakou.py", line 21, in
class kakou(datasets.imdb):
TypeError: Error when calling the metaclass bases
module.init() takes at most 2 arguments (3 given)

Would you please share the opinion to fix it?

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

1 participant