This is a feature extractor that is based on Mobilenet-v3 network without origianl classifier layer. Input is RGB image and output is feature vector. For the original mobilenet-v3 model details see PyTorch* document and paper.
Metric | Value |
---|---|
GOPs | 0.11 |
MParams | 2.537 |
Source framework | PyTorch* |
Image, name: input
, shape: 1, 3, 224, 224
, format: B, C, H, W
, where:
B
- batch sizeC
- number of channelsH
- image heightW
- image width
Model has output name: output
, shape: 1, 576, 1, 1
576
is the length of feature map.
[*] Other names and brands may be claimed as the property of others.