FPN icon indicating copy to clipboard operation
FPN copied to clipboard

How do you deal with empty rois

Open twmht opened this issue 6 years ago • 0 comments

Hi,

Since FPN has a equation to map rois to different levels.

larger rois would be fed into deeper layers.

In the code (https://github.com/unsky/FPN/blob/master/lib/rpn/proposal_target_layer.py#L164), If there are no rois can be fed into the level (i.e., num_index==0), how do you deal with this issue?

twmht avatar May 10 '18 03:05 twmht