MobileNets are small, low-latency, low-power models parameterized to meet the resource constraints of a variety of use cases. They can be built upon for classification, detection, embeddings and segmentation similar to how other popular large scale models, such as Inception, are used. MobileNets can be run efficiently on mobile devices [...] MobileNets trade off between latency, size and accuracy while comparing favorably with popular models from the literature.
Intended uses & limitations
You can use the raw model for image classification. See the
model hub
to look for fine-tuned versions on a task that interests you.
How to use
Here is how to use this model to classify an image of the COCO 2017 dataset into one of the 1,000 ImageNet classes:
from transformers import AutoImageProcessor, AutoModelForImageClassification
from PIL import Image
import requests
url = "http://images.cocodataset.org/val2017/000000039769.jpg"
image = Image.open(requests.get(url, stream=True).raw)
preprocessor = AutoImageProcessor.from_pretrained("google/mobilenet_v1_0.75_192")
model = AutoModelForImageClassification.from_pretrained("google/mobilenet_v1_0.75_192")
inputs = preprocessor(images=image, return_tensors="pt")
outputs = model(**inputs)
logits = outputs.logits
# model predicts one of the 1000 ImageNet classes
predicted_class_idx = logits.argmax(-1).item()
print("Predicted class:", model.config.id2label[predicted_class_idx])
Note: This model actually predicts 1001 classes, the 1000 classes from ImageNet plus an extra “background” class (index 0).
Currently, both the feature extractor and model support PyTorch.
Runs of optimum-intel-internal-testing mobilenet_v1_0.75_192 on huggingface.co
14.3K
Total runs
0
24-hour runs
474
3-day runs
949
7-day runs
4.1K
30-day runs
More Information About mobilenet_v1_0.75_192 huggingface.co Model
mobilenet_v1_0.75_192 huggingface.co is an AI model on huggingface.co that provides mobilenet_v1_0.75_192's model effect (), which can be used instantly with this optimum-intel-internal-testing mobilenet_v1_0.75_192 model. huggingface.co supports a free trial of the mobilenet_v1_0.75_192 model, and also provides paid use of the mobilenet_v1_0.75_192. Support call mobilenet_v1_0.75_192 model through api, including Node.js, Python, http.
mobilenet_v1_0.75_192 huggingface.co is an online trial and call api platform, which integrates mobilenet_v1_0.75_192's modeling effects, including api services, and provides a free online trial of mobilenet_v1_0.75_192, you can try mobilenet_v1_0.75_192 online for free by clicking the link below.
optimum-intel-internal-testing mobilenet_v1_0.75_192 online free url in huggingface.co:
mobilenet_v1_0.75_192 is an open source model from GitHub that offers a free installation service, and any user can find mobilenet_v1_0.75_192 on GitHub to install. At the same time, huggingface.co provides the effect of mobilenet_v1_0.75_192 install, users can directly use mobilenet_v1_0.75_192 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
mobilenet_v1_0.75_192 install url in huggingface.co: