jwyang / fpn.pytorch

Pytorch implementation of Feature Pyramid Network (FPN) for Object Detection
MIT License
955 stars 224 forks source link

roi pooling #50

Open Youggie opened 4 years ago

Youggie commented 4 years ago
grid_xy = _affine_grid_gen(rois, base_feat.size()[2:], self.grid_size)

NameError: global name 'base_feat' is not defined how to solve this problem?Is there someone meet this problem?Hope your request,thanks!