qaihm-bot commited on
Commit
85bcb0b
·
verified ·
1 Parent(s): 1a3e8be

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

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -15,18 +15,18 @@ pipeline_tag: object-detection
15
  RTMDet is a highly efficient model for real-time object detection,capable of predicting both the bounding boxes and classes of objects within an image.It is highly optimized for real-time applications, making it reliable for industrial and commercial use
16
 
17
  This is based on the implementation of RTMDet found [here](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/rtmdet).
18
- 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/tree/v0.49.1/qai_hub_models/models/rtmdet) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary).
19
 
20
  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.
21
 
22
  ## Getting Started
23
  Due to licensing restrictions, we cannot distribute pre-exported model assets for this model.
24
- Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/tree/v0.49.1/qai_hub_models/models/rtmdet) Python library to compile and export the model with your own:
25
  - Custom weights (e.g., fine-tuned checkpoints)
26
  - Custom input shapes
27
  - Target device and runtime configurations
28
 
29
- See our repository for [RTMDet on GitHub](https://github.com/qualcomm/ai-hub-models/tree/v0.49.1/qai_hub_models/models/rtmdet) for usage instructions.
30
 
31
 
32
  ## Model Details
 
15
  RTMDet is a highly efficient model for real-time object detection,capable of predicting both the bounding boxes and classes of objects within an image.It is highly optimized for real-time applications, making it reliable for industrial and commercial use
16
 
17
  This is based on the implementation of RTMDet found [here](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/rtmdet).
18
+ 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/main/qai_hub_models/models/rtmdet) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary).
19
 
20
  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.
21
 
22
  ## Getting Started
23
  Due to licensing restrictions, we cannot distribute pre-exported model assets for this model.
24
+ Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/main/qai_hub_models/models/rtmdet) Python library to compile and export the model with your own:
25
  - Custom weights (e.g., fine-tuned checkpoints)
26
  - Custom input shapes
27
  - Target device and runtime configurations
28
 
29
+ See our repository for [RTMDet on GitHub](https://github.com/qualcomm/ai-hub-models/blob/main/qai_hub_models/models/rtmdet) for usage instructions.
30
 
31
 
32
  ## Model Details