msracver / Flow-Guided-Feature-Aggregation

Flow-Guided Feature Aggregation for Video Object Detection
MIT License
723 stars 190 forks source link

'module' object has no attribute 'PSROIPooling' #65

Closed ron5569 closed 4 years ago

ron5569 commented 4 years ago

Traceback (most recent call last): File "./fgfa_rfcn/demo.py", line 257, in main() File "./fgfa_rfcn/demo.py", line 99, in main aggr_sym = aggr_sym_instance.get_aggregation_symbol(cfg) File "/home/indoordesk/project/Flow-Guided-Feature-Aggregation/fgfa_rfcn/symbols/resnet_v1_101_flownet_rfcn.py", line 1128, in get_aggregation_symbol psroipooled_cls_rois = mx.contrib.sym.PSROIPooling(name='psroipooled_cls_rois', data=rfcn_cls, rois=rois, AttributeError: 'module' object has no attribute 'PSROIPooling'

Does someone know how to handle this error?

kayser-soze commented 4 years ago

You probably did not compile the mxnet from source with the needed operators. Try this https://github.com/msracver/Flow-Guided-Feature-Aggregation/issues/68#issue-570612160