DNN - Image Classification
Image classification will recognize and classify the contents of an image along with the confidence value.
See Deep Learning in OpenCV for information about supported frameworks and supported layers.
Some tested models with parameters:
| Model | Config | Classes | Size (W x H) | Mean | Scale | RGB |
|---|---|---|---|---|---|---|
| SqueezeNet Model | SqueezeNet ProtoTxt | Classification Txt | 227 x 227 | 0, 0, 0 | 1.0 | false |
| GoogleNet Model | GoogleNet ProtoTxt | Classification Txt | 224 x 224 | 104, 117, 123 | 1.0 | false |