Skip to content

Latest commit

 

History

History
 
 

vgg19

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

VGG-19

Download:

Model size: 575 MB

Description

VGG-19 is a deep convolutional networks for classification.

Paper

Very Deep Convolutional Networks for Large-Scale Image Recognition

Dataset

ILSVRC2014

Source

Caffe2 VGG-19 ==> ONNX VGG-19

Model input and output

Input

data_0: float[1, 3, 224, 224]

Output

prob_1: float[1, 1000]

Pre-processing steps

Post-processing steps

Sample test data

random generated sampe test data:

  • test_data_0.npz
  • test_data_1.npz
  • test_data_2.npz
  • test_data_set_0
  • test_data_set_1
  • test_data_set_2

Results/accuracy on test set

License

MIT