TuSimple / mx-maskrcnn

An MXNet implementation of Mask R-CNN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it reasonable to set the PIXEL_MEANS in rcnn/config.json file to (0,0,0)?

MudeLin opened this issue · comments

PIXEL_MEANS variable in rcnn/config.json

The first BN layer does the things of extracting mean and dividing variance.
https://github.com/TuSimple/mx-maskrcnn/blob/master/rcnn/symbol/symbol_mask_fpn.py#L37

If I understand, there still has the problem, given the "use_global_stats = True". What do you think? @huangzehao