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).
- name: "input.1" , shape: [1x3x32x32] - An input image in [1xCxHxW] format. Expected color order is BGR.
- name: "19", shape: [1, 2, 1, 1] - Softmax output across 2 type classes [open, closed]
[*] Other names and brands may be claimed as the property of others.