@pytorch/mobilenet-v2

Image classifier trained on ImageNet 1k.

Inputs

image: null

Outputs

string: The first element of the output tuple is a string representing some classification result or information related to the classification of the image.

float32: The second element of the output tuple is a float, possibly representing a confidence score or similar metric related to the classification result of the image.