shreyajn commited on
Commit
db19050
·
verified ·
1 Parent(s): bc8e1e0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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 MobileNet-v2-Quantized found [here]({source_repo}).
 
 
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).