Fully convolutional network for recognition of eye state ('open', 'closed').
Metric | Value |
---|---|
Source framework | PyTorch* |
GFlops | 0.0014 |
MParams | 0.0113 |
Accuracy | 95.84% |
MRL Eye Dataset is used for training and validation (each 10th image is used for test).
Image, name: input.1
, shape: 1, 3, 32, 32
in 1, C, H, W
format, where:
C
- channelH
- heightW
- width
Expected color order is BGR
.
Name: 19
, shape: 1, 2, 1, 1
- Softmax output across 2 type classes: [open, closed]
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:
[*] Other names and brands may be claimed as the property of others.