shreyajn commited on
Commit
0138eac
·
verified ·
1 Parent(s): 76c4490

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -14,11 +14,13 @@ tags:
14
  # YOLOv8-Detection-Quantized: Optimized for Mobile Deployment
15
  ## Quantized real-time object detection optimized for mobile and edge by Ultralytics
16
 
 
17
  Ultralytics YOLOv8 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 YOLOv8-Detection-Quantized found
20
- [here]({source_repo}). More details on model performance
21
- accross various devices, can be found [here](https://aihub.qualcomm.com/models/yolov8_det_quantized).
 
22
 
23
  ### Model Details
24
 
 
14
  # YOLOv8-Detection-Quantized: Optimized for Mobile Deployment
15
  ## Quantized real-time object detection optimized for mobile and edge by Ultralytics
16
 
17
+
18
  Ultralytics YOLOv8 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/ultralytics/ultralytics/tree/main/ultralytics/models/yolo/detect).
21
+
22
+
23
+ More details on model performance accross various devices, can be found [here](https://aihub.qualcomm.com/models/yolov8_det_quantized).
24
 
25
  ### Model Details
26