You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: