onnx / onnx/models

Accuracy of VGG16 and Squeezenet Models very low

Open
#199 0 comments 0 reactions 1 assignee View on GitHub

@houseroad is already working on this.

Since Aug 26, 2019.

Dominant language
Jupyter Notebook
Stars
9.8k
Forks
1.6k
PR merge metrics
No merged PRs in 30d

Description

I downloaded the VGG16 and Squeezenet Models. I used the preprocessing steps mentioned in the page and when I ran them using caffe2 backend I got pretty low accuracy as mentioned in the site.
For VGG16, I got accuracy 54.02% where as the mentioned accuracy if 72%, For Squeezenet, I got accuracy around 34% which is also way off than whatever has been mentioned in the site.
Has anyone else faced this issue? Something I am doing wrong?
Preprocessing steps:
1- Resize (bilinear interpolation)
2 - Crop
3 - mean and stddev subtraction - (pixel[i]/255 - channel_mean)/channel_stddev
4 - Save in BGR(To be run in caffe2 backend)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.