TuSimple / mx-maskrcnn

An MXNet implementation of Mask R-CNN
Apache License 2.0
1.76k stars 549 forks source link

about PIXEL_MEANS. #107

Closed franciszzj closed 6 years ago

franciszzj commented 6 years ago

When I change network.resnet_fpn.PIXEL_MEANS from [0, 0, 0] to [103.939, 116.779, 123.68], the test results fell sharply. (No other difference.) Any body can explain why?

franciszzj commented 6 years ago

The pretrained model was trained with PIXEL_MEANS=[0, 0, 0].