xiaolonw / adversarial-frcnn

A-Fast-RCNN (CVPR 2017)
Other
482 stars 168 forks source link

AttributeError: 'module' object has no attribute 'ASDNPretrainLabelLayer' #4

Closed HandsLing closed 7 years ago

HandsLing commented 7 years ago

when i was implement ASDN on faster rcnn,there comes errors Normalizing targets done RoiDataLayer: name_to_top: {'gt_boxes': 2, 'data': 0, 'im_info': 1} AttributeError: 'module' object has no attribute 'ASDNPretrainLabelLayer' Traceback (most recent call last): File "tools/train_net.py", line 112, in max_iters=args.max_iters) File "/home/keysen/lingck/py-faster-rcnn/tools/../lib/fast_rcnn/train.py", line 157, in train_net pretrained_model=pretrained_model) File "/home/keysen/lingck/py-faster-rcnn/tools/../lib/fast_rcnn/train.py", line 43, in init self.solver = caffe.SGDSolver(solver_prototxt) SystemError: NULL result without error in PyObject_Call Can you help me? my e-mail is 529617728@qq.com