onnx / models

A collection of pre-trained, state-of-the-art models in the ONNX format
http://onnx.ai/models/
Apache License 2.0
7.77k stars 1.39k forks source link

The image processing of inception_v2 #86

Open JerryShih opened 6 years ago

JerryShih commented 6 years ago

I try to use caffe2 onnx backend to run the opset8 inception_v2 model. The caffe2 onnx backend running with sample test data is 99% similar with the expected test result, but the accuracy rate is 0 when I run with ILSVRC2012 dataset. There is no image processing step in this link. Maybe it should have some pre-processing steps before running inference?

@houseroad @bddppq

santoshchilkunda commented 5 years ago

Facing the same issue. While sample test cases match the reference data, the accuracy is 0. By looking the input_*.pb, the data range seems to be 0-255 float. I set the same (i.e. no preprocessing).

Has anybody been able to get the quoted accuracy for inception_v2?

gcunhase commented 8 months ago

Any update on this?