Accuracy of VGG16 and Squeezenet Models very low
@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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.