models
models copied to clipboard
Alexnet preprocess
Ask a Question
Question
Good night, I have been trying to evaluate alexnet but I can not because the result of the model when I use https://s3.amazonaws.com/model-server/inputs/kitten.jpg is totally wrong. I think the problem is pre process or post process ..... Someone know what preprocess/postprocess use ?
Further information
Relevant Area pre-/post- processing
Is this issue related to a specific model?
All Alexnet models.
I didn't see any pre/post process steps for Alexnet model, https://github.com/onnx/models/tree/master/vision/classification/alexnet . Can you share more information about the pre/post process?
Same question, I found the readme said it just uses CenterCrop and I follow its statement but get only about 33% top1 accuracy. Need preprocess details to reproduce the result.
I have the same problem, is any instructions how to do that? The Top1_Acc with 500 samples was 0.013.
Can someone enlighten us?