mxnet-notebooks
mxnet-notebooks copied to clipboard
Do we need to subtract mean pixel values when extracting cnn feautre
Hi! I followed this notebook to extract image feature using pre-trained CNN model. I wonder do we need to subtract mean pixel values of imagenet before feature extraction. Other deep learning frameworks usually have this process, but I didn't find it in this notebook.
It doesn't matter.