smartlab-sequence-modelling-0001

September 30, 2022 ยท View on GitHub

Use Case and High-Level Description

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.

Specification

MetricValue
GOPs0.11
MParams2.537
Source frameworkPyTorch*

Inputs

Image, name: input, shape: 1, 3, 224, 224, format: B, C, H, W, where:

  • B - batch size
  • C - number of channels
  • H - image height
  • W - image width

Outputs

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.