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
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?
The text was updated successfully, but these errors were encountered:
ron5569
changed the title
weights
'module' object has no attribute 'PSROIPooling'
Jan 7, 2020
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?
The text was updated successfully, but these errors were encountered: