Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -18,9 +18,12 @@ tags:
|
|
18 |
# MobileNet-v2-Quantized: Optimized for Mobile Deployment
|
19 |
## Imagenet classifier and general purpose backbone
|
20 |
|
|
|
21 |
MobileNetV2 is a machine learning model that can classify images from the Imagenet dataset. It can also be used as a backbone in building more complex models for specific use cases.
|
22 |
|
23 |
-
This model is an implementation of
|
|
|
|
|
24 |
This repository provides scripts to run MobileNet-v2-Quantized on Qualcomm® devices.
|
25 |
More details on model performance across various devices, can be found
|
26 |
[here](https://aihub.qualcomm.com/models/mobilenet_v2_quantized).
|
|
|
18 |
# MobileNet-v2-Quantized: Optimized for Mobile Deployment
|
19 |
## Imagenet classifier and general purpose backbone
|
20 |
|
21 |
+
|
22 |
MobileNetV2 is a machine learning model that can classify images from the Imagenet dataset. It can also be used as a backbone in building more complex models for specific use cases.
|
23 |
|
24 |
+
This model is an implementation of Posenet-Mobilenet found [here](https://github.com/quic/aimet-model-zoo/tree/develop/aimet_zoo_torch/mobilenetv2).
|
25 |
+
|
26 |
+
|
27 |
This repository provides scripts to run MobileNet-v2-Quantized on Qualcomm® devices.
|
28 |
More details on model performance across various devices, can be found
|
29 |
[here](https://aihub.qualcomm.com/models/mobilenet_v2_quantized).
|