Open leidaguo opened 5 years ago
Can we get some action here? I'm having the same issue.
Did you manage to solve this?
You should be using the right mxnet repo which has that operator. Its implemented over https://github.com/mahyarnajibi/SNIPER-mxnet/blob/master/src/operator/multi_proposal.cu
I am using that repo....How exactly should i be using a .cu file?
init.py file add
sys.path.insert(0,'SNIPER-mxnet/python')
fixed
Traceback (most recent call last): File "demo.py", line 118, in
main()
File "demo.py", line 79, in main
sym = sym_inst.get_symbol_rcnn(config, is_train=False)
File "/home/shaoyidu/Program/guoleida/detection/SNIPER/symbols/faster/resnet_mx_101_e2e.py", line 327, in get_symbolrcnn
rois, = mx.sym.MultiProposal(cls_prob=rpn_cls_prob_reshape, bbox_pred=rpn_bbox_pred, im_info=im_info,
AttributeError: 'module' object has no attribute 'MultiProposal'
How to solve it? Thanks