Image Segmentation
PyTorch
android
qaihm-bot commited on
Commit
f41facc
·
verified ·
1 Parent(s): 018820e

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

Files changed (2) hide show
  1. README.md +4 -4
  2. release_assets.json +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ pipeline_tag: image-segmentation
14
  Mask R-CNN is a machine learning model that extends Faster R-CNN to perform instance segmentation by detecting objects in an image while simultaneously generating a high-quality segmentation mask for each instance. It adds a branch for predicting segmentation masks in parallel with the existing branch for bounding box recognition.
15
 
16
  This is based on the implementation of MaskRCNN found [here](https://github.com/pytorch/vision).
17
- 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/maskrcnn) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary).
18
 
19
  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.
20
 
@@ -27,21 +27,21 @@ Below are pre-exported model assets ready for deployment.
27
 
28
  | Runtime | Precision | Chipset | SDK Versions | Download |
29
  |---|---|---|---|---|
30
- | QNN_DLC | float | Universal | QAIRT 2.43 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/maskrcnn/releases/v0.50.0/maskrcnn-qnn_dlc-float.zip)
31
 
32
  For more device-specific assets and performance metrics, visit **[MaskRCNN on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/maskrcnn)**.
33
 
34
 
35
  ### Option 2: Export with Custom Configurations
36
 
37
- Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/main/qai_hub_models/models/maskrcnn) Python library to compile and export the model with your own:
38
  - Custom weights (e.g., fine-tuned checkpoints)
39
  - Custom input shapes
40
  - Target device and runtime configurations
41
 
42
  This option is ideal if you need to customize the model beyond the default configuration provided here.
43
 
44
- See our repository for [MaskRCNN on GitHub](https://github.com/qualcomm/ai-hub-models/blob/main/qai_hub_models/models/maskrcnn) for usage instructions.
45
 
46
  ## Model Details
47
 
 
14
  Mask R-CNN is a machine learning model that extends Faster R-CNN to perform instance segmentation by detecting objects in an image while simultaneously generating a high-quality segmentation mask for each instance. It adds a branch for predicting segmentation masks in parallel with the existing branch for bounding box recognition.
15
 
16
  This is based on the implementation of MaskRCNN found [here](https://github.com/pytorch/vision).
17
+ 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/src/qai_hub_models/models/maskrcnn) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary).
18
 
19
  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.
20
 
 
27
 
28
  | Runtime | Precision | Chipset | SDK Versions | Download |
29
  |---|---|---|---|---|
30
+ | QNN_DLC | float | Universal | QAIRT 2.43 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/maskrcnn/releases/v0.50.1/maskrcnn-qnn_dlc-float.zip)
31
 
32
  For more device-specific assets and performance metrics, visit **[MaskRCNN on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/maskrcnn)**.
33
 
34
 
35
  ### Option 2: Export with Custom Configurations
36
 
37
+ Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/main/src/qai_hub_models/models/maskrcnn) Python library to compile and export the model with your own:
38
  - Custom weights (e.g., fine-tuned checkpoints)
39
  - Custom input shapes
40
  - Target device and runtime configurations
41
 
42
  This option is ideal if you need to customize the model beyond the default configuration provided here.
43
 
44
+ See our repository for [MaskRCNN on GitHub](https://github.com/qualcomm/ai-hub-models/blob/main/src/qai_hub_models/models/maskrcnn) for usage instructions.
45
 
46
  ## Model Details
47
 
release_assets.json CHANGED
@@ -1 +1 @@
1
- {"version":"0.50.0","precisions":{"float":{"universal_assets":{"qnn_dlc":{"tool_versions":{"qairt":"2.43.0.260127150333_193827"},"download_url":"https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/maskrcnn/releases/v0.50.0/maskrcnn-qnn_dlc-float.zip"}}}}}
 
1
+ {"version":"0.50.1","precisions":{"float":{"universal_assets":{"qnn_dlc":{"tool_versions":{"qairt":"2.43.0.260127150333_193827"},"download_url":"https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/maskrcnn/releases/v0.50.1/maskrcnn-qnn_dlc-float.zip"}}}}}