shreyajn commited on
Commit
c0a6511
1 Parent(s): c29f247

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -14,8 +14,12 @@ tags:
14
  # Yolo-v7-Quantized: Optimized for Mobile Deployment
15
  ## Quantized real-time object detection optimized for mobile and edge
16
 
 
17
  YoloV7 is a machine learning model that predicts bounding boxes and classes of objects in an image. This model is post-training quantized to int8 using samples from the COCO dataset.
18
 
 
 
 
19
  This is based on the implementation of Yolo-v7-Quantized found
20
  [here]({source_repo}). More details on model performance
21
  accross various devices, can be found [here](https://aihub.qualcomm.com/models/yolov7_quantized).
 
14
  # Yolo-v7-Quantized: Optimized for Mobile Deployment
15
  ## Quantized real-time object detection optimized for mobile and edge
16
 
17
+
18
  YoloV7 is a machine learning model that predicts bounding boxes and classes of objects in an image. This model is post-training quantized to int8 using samples from the COCO dataset.
19
 
20
+ This model is an implementation of Posenet-Mobilenet found [here](https://github.com/WongKinYiu/yolov7/).
21
+
22
+
23
  This is based on the implementation of Yolo-v7-Quantized found
24
  [here]({source_repo}). More details on model performance
25
  accross various devices, can be found [here](https://aihub.qualcomm.com/models/yolov7_quantized).