Open rootlessweed opened 8 years ago
Hi, you'd better use SmoothL1LossOHEM rather than SmoothL1Loss in your .pt file, or define a bbox_outside_weights in input blobs. Unlike that in py-faster-rcnn, our SmoothL1LossOHEM's interface inherits from SmoothL1Loss used in fast-rcnn. Ours only has bbox_inside_weights and doesn't have bbox_outside_weights.
when i use pre_trained_models/ResNet-50L. I got this erro. who knows why?