focal-loss
focal-loss copied to clipboard
Does it sample fixed number of Rois for RCNN training just like the original one, or use much more Rois?
In the original RCNN, cfg.TRAIN.BATCH_ROIS rois are selected. Does this implementation use the same setting and just modify the cls loss? Or, much more Rois are selected, following the spirit of DENSE mentioned in the paper?