Open dibya001 opened 5 years ago
The model you mentioned were converted from caffe2. @bddppq
Ok so I guess I can apply the same preprocessing steps for those as caffe2.
For models like squeezenet whose preprocessing steps are mentioned,, when I am applying those preprocessing steps and running them with caffe2 backend(instead of mxnet backend as shown) I am getting pretty low accuracy. Any possible reason for it?
There are no pre-processing steps mentioned for models like alexnet, googlenet, incpetion v1 and inception v2, etc. I could find the preprocessing steps for Squeezenet, vgg, mobilenet, resnet models.
Can someone let me know what are the preprocessing steps followed for these models? Can the preprocessing steps applied to the caffe model be applied for corresponding ONNX models?