qaihm-bot commited on
Commit
840ac81
·
verified ·
1 Parent(s): d9a6657

See https://github.com/qualcomm/ai-hub-models/releases/v0.57.1 for changelog.

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -16,18 +16,18 @@ pipeline_tag: object-detection
16
  YoloR is a machine learning model that predicts bounding boxes and classes of objects in an image.
17
 
18
  This is based on the implementation of Yolo-R found [here](https://github.com/WongKinYiu/yolor).
19
- This repository contains pre-exported model files optimized for Qualcomm® devices. You can use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.57.0/src/qai_hub_models/models/yolor) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary).
20
 
21
  Qualcomm AI Hub Models uses [Qualcomm AI Hub Workbench](https://workbench.aihub.qualcomm.com) to compile, profile, and evaluate this model. [Sign up](https://myaccount.qualcomm.com/signup) to run these models on a hosted Qualcomm® device.
22
 
23
  ## Getting Started
24
  Due to licensing restrictions, we cannot distribute pre-exported model assets for this model.
25
- Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.57.0/src/qai_hub_models/models/yolor) Python library to compile and export the model with your own:
26
  - Custom weights (e.g., fine-tuned checkpoints)
27
  - Custom input shapes
28
  - Target device and runtime configurations
29
 
30
- See our repository for [Yolo-R on GitHub](https://github.com/qualcomm/ai-hub-models/blob/v0.57.0/src/qai_hub_models/models/yolor) for usage instructions.
31
 
32
 
33
  ## Model Details
 
16
  YoloR is a machine learning model that predicts bounding boxes and classes of objects in an image.
17
 
18
  This is based on the implementation of Yolo-R found [here](https://github.com/WongKinYiu/yolor).
19
+ This repository contains pre-exported model files optimized for Qualcomm® devices. You can use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.57.1/src/qai_hub_models/models/yolor) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary).
20
 
21
  Qualcomm AI Hub Models uses [Qualcomm AI Hub Workbench](https://workbench.aihub.qualcomm.com) to compile, profile, and evaluate this model. [Sign up](https://myaccount.qualcomm.com/signup) to run these models on a hosted Qualcomm® device.
22
 
23
  ## Getting Started
24
  Due to licensing restrictions, we cannot distribute pre-exported model assets for this model.
25
+ Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.57.1/src/qai_hub_models/models/yolor) Python library to compile and export the model with your own:
26
  - Custom weights (e.g., fine-tuned checkpoints)
27
  - Custom input shapes
28
  - Target device and runtime configurations
29
 
30
+ See our repository for [Yolo-R on GitHub](https://github.com/qualcomm/ai-hub-models/blob/v0.57.1/src/qai_hub_models/models/yolor) for usage instructions.
31
 
32
 
33
  ## Model Details