Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 3.88 KB

File metadata and controls

49 lines (33 loc) · 3.88 KB

Gender Classification - MobileNetV2 0.35 Rep

English | 简体中文 Open in Colab

Version: 1.0.0

Category: Image Classification

Algorithm: MobileNetV2 0.35 Rep

Dataset: Gender

Class: female, male

Gender Classification

The model is a vision model designed for Gender classification. It utilizes the SSCMA training and employs the MobileNetV2 (0.35) Rep algorithm.

Network

Type Batch Shape Remark
Input image 1 [64, 64, 3] The input image should be resized to 64x64 pixels
Output classification 1 [2] The output is a 2-element vector, which represents the probability of the input image belonging to each class

Benchmark

Backend Precision Top-1(%) Flops(M) Params(M) Inference(ms) Download Author
PyTorch FLOAT32 94.50 5.49 2.16 - Link Seeed Studio
ONNX FLOAT32 94.50 - 2.16 - Link Seeed Studio
TFLite FLOAT32 94.50 - 2.16 - Link Seeed Studio
TFLite INT8 94.30 - 2.16 40(1) Link Seeed Studio
TFLite(vela) INT8 94.30 - 2.16 4.0(2) Link Seeed Studio

Table Notes:

  • Backend: The deep learning framework used to infer the model.
  • Precision: The numerical precision used for training the model.
  • Metrics: The metrics used to evaluate the model.
  • Inference(ms): The inference time of the model in milliseconds.
    • 1: xiao_esp32s3.
    • 2: grove_vision_ai_we2.
  • Link: The link to the model.
  • Author: The author of the model.

License

MIT