shreyajn commited on
Commit
13426a5
·
verified ·
1 Parent(s): d869a68

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -16,8 +16,12 @@ tags:
16
  # Yolo-NAS-Quantized: Optimized for Mobile Deployment
17
  ## Quantized real-time object detection optimized for mobile and edge
18
 
 
19
  YoloNAS 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.
20
 
 
 
 
21
  This is based on the implementation of Yolo-NAS-Quantized found
22
  [here]({source_repo}). More details on model performance
23
  accross various devices, can be found [here](https://aihub.qualcomm.com/models/yolonas_quantized).
 
16
  # Yolo-NAS-Quantized: Optimized for Mobile Deployment
17
  ## Quantized real-time object detection optimized for mobile and edge
18
 
19
+
20
  YoloNAS 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.
21
 
22
+ This model is an implementation of Posenet-Mobilenet found [here](https://github.com/Deci-AI/super-gradients).
23
+
24
+
25
  This is based on the implementation of Yolo-NAS-Quantized found
26
  [here]({source_repo}). More details on model performance
27
  accross various devices, can be found [here](https://aihub.qualcomm.com/models/yolonas_quantized).