This model is a multi-label image classification model extracted from Chrome. It's Google’s custom convolutional neural network in TensorFlow Lite v3 format based on mobilenet V3 small model. It can be deployed in an automated pipeline capable of classifying product images in bulk. The model is designed to determine whether an image is optimized for shopping intent and can classify images into one of four categories related to shopping intent.
-
name: shopping_intent
-
tensor: float32[1,4]
-
denotation: Feature
-
Description: Probability whether the image has shopping intent
-
identifier: 222
-
name: sensitive
-
tensor: float32[1,2]
-
denotation: Feature
-
Description: Probability whether the image is sensitive
-
identifier: 220
The model takes in a pre-processed image (224x224) and returns two sets of probabilities:
-
name: shopping_intent
-
tensor: float32[1,4]
-
denotation: Feature
-
Description: Probability whether the image has shopping intent
-
identifier: 222
-
name: sensitive
-
tensor: float32[1,2]
-
denotation: Feature
-
Description: Probability whether the image is sensitive
-
identifier: 220
The full model architecture is available as:
PNG |
SVG
Interested in using this model in an automated pipeline for bulk image classification? Please
book an appointment to discuss your needs.