Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -17,9 +17,12 @@ tags:
|
|
17 |
# MobileNet-v2: Optimized for Mobile Deployment
|
18 |
## Imagenet classifier and general purpose backbone
|
19 |
|
|
|
20 |
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.
|
21 |
|
22 |
-
This model is an implementation of
|
|
|
|
|
23 |
This repository provides scripts to run MobileNet-v2 on Qualcomm® devices.
|
24 |
More details on model performance across various devices, can be found
|
25 |
[here](https://aihub.qualcomm.com/models/mobilenet_v2).
|
|
|
17 |
# MobileNet-v2: Optimized for Mobile Deployment
|
18 |
## Imagenet classifier and general purpose backbone
|
19 |
|
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 Posenet-Mobilenet found [here](https://github.com/tonylins/pytorch-mobilenet-v2/tree/master).
|
24 |
+
|
25 |
+
|
26 |
This repository provides scripts to run MobileNet-v2 on Qualcomm® devices.
|
27 |
More details on model performance across various devices, can be found
|
28 |
[here](https://aihub.qualcomm.com/models/mobilenet_v2).
|