CaffeNet* model is used for classification. For details see paper.
Metric | Value |
---|---|
Type | Classification |
GFlops | 1.463 |
MParams | 60.965 |
Source framework | Caffe* |
Metric | Value |
---|---|
Top 1 | 56.714% |
Top 5 | 79.916% |
Image, name: data
, shape: 1, 3, 227, 227
, format: B, C, H, W
, where:
B
- batch sizeC
- number of channelsH
- image heightW
- image width
Expected color order: BGR
.
Mean values: [104.0, 117.0, 123.0].
Image, name: data
, shape: 1, 3, 227, 227
, format: B, C, H, W
, where:
B
- batch sizeC
- number of channelsH
- image heightW
- image width
Expected color order: BGR
.
Object classifier according to ImageNet classes, name: prob
, shape: 1, 1000
. Contains predicted
probability for each class.
Object classifier according to ImageNet classes, name: prob
, shape: 1, 1000
. Contains predicted
probability for each class.
You can download models and if necessary convert them into OpenVINO™ IR format using the Model Downloader and other automation tools as shown in the examples below.
An example of using the Model Downloader:
omz_downloader --name <model_name>
An example of using the Model Converter:
omz_converter --name <model_name>
The model can be used in the following demos provided by the Open Model Zoo to show its capabilities:
The original model is distributed under the following license:
This model is released for unrestricted use.