v0.60.0
Browse filesSee https://github.com/qualcomm/ai-hub-models/releases/v0.60.0 for changelog.
- README.md +41 -37
- release_assets.json +4 -4
README.md
CHANGED
|
@@ -15,7 +15,7 @@ pipeline_tag: video-classification
|
|
| 15 |
Video MAE (Masked Auto Encoder) is a network for doing video classification that uses the ViT (Vision Transformer) backbone.
|
| 16 |
|
| 17 |
This is based on the implementation of Video-MAE found [here](https://github.com/MCG-NJU/VideoMAE).
|
| 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/v0.
|
| 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 |
|
|
@@ -28,66 +28,70 @@ Below are pre-exported model assets ready for deployment.
|
|
| 28 |
|
| 29 |
| Runtime | Precision | Chipset | SDK Versions | Download |
|
| 30 |
|---|---|---|---|---|
|
| 31 |
-
| ONNX | float | Universal | QAIRT 2.45, ONNX Runtime 1.27.1 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/video_mae/releases/v0.
|
| 32 |
-
| QNN_DLC | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/video_mae/releases/v0.
|
| 33 |
-
| TFLITE | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/video_mae/releases/v0.
|
| 34 |
|
| 35 |
For more device-specific assets and performance metrics, visit **[Video-MAE on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/video_mae)**.
|
| 36 |
|
| 37 |
|
| 38 |
### Option 2: Export with Custom Configurations
|
| 39 |
|
| 40 |
-
Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.
|
| 41 |
- Custom weights (e.g., fine-tuned checkpoints)
|
| 42 |
- Custom input shapes
|
| 43 |
- Target device and runtime configurations
|
| 44 |
|
| 45 |
This option is ideal if you need to customize the model beyond the default configuration provided here.
|
| 46 |
|
| 47 |
-
See our repository for [Video-MAE on GitHub](https://github.com/qualcomm/ai-hub-models/blob/v0.
|
| 48 |
|
| 49 |
## Model Details
|
| 50 |
|
| 51 |
**Model Type:** Model_use_case.video_classification
|
| 52 |
|
| 53 |
**Model Stats:**
|
| 54 |
-
- Model checkpoint: Kinectics-400
|
| 55 |
- Input resolution: 224x224
|
| 56 |
-
-
|
| 57 |
- Model size (float): 335 MB
|
|
|
|
| 58 |
|
| 59 |
## Performance Summary
|
| 60 |
| Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit
|
| 61 |
|---|---|---|---|---|---|---
|
| 62 |
-
| Video-MAE | ONNX | float | Snapdragon® X2 Elite |
|
| 63 |
-
| Video-MAE | ONNX | float | Snapdragon® X Elite |
|
| 64 |
-
| Video-MAE | ONNX | float |
|
| 65 |
-
| Video-MAE | ONNX | float | Qualcomm® Dragonwing™ IQ-
|
| 66 |
-
| Video-MAE | ONNX | float | Qualcomm® Dragonwing™
|
| 67 |
-
| Video-MAE | ONNX | float | Qualcomm® Dragonwing™
|
| 68 |
-
| Video-MAE | ONNX | float |
|
| 69 |
-
| Video-MAE | ONNX | float |
|
| 70 |
-
| Video-MAE |
|
| 71 |
-
| Video-MAE |
|
| 72 |
-
| Video-MAE | QNN_DLC | float |
|
| 73 |
-
| Video-MAE | QNN_DLC | float |
|
| 74 |
-
| Video-MAE | QNN_DLC | float | Qualcomm®
|
| 75 |
-
| Video-MAE | QNN_DLC | float | Qualcomm®
|
| 76 |
-
| Video-MAE | QNN_DLC | float | Qualcomm®
|
| 77 |
-
| Video-MAE | QNN_DLC | float | Qualcomm®
|
| 78 |
-
| Video-MAE | QNN_DLC | float | Qualcomm®
|
| 79 |
-
| Video-MAE | QNN_DLC | float | Qualcomm®
|
| 80 |
-
| Video-MAE | QNN_DLC | float |
|
| 81 |
-
| Video-MAE | QNN_DLC | float |
|
| 82 |
-
| Video-MAE |
|
| 83 |
-
| Video-MAE |
|
| 84 |
-
| Video-MAE |
|
| 85 |
-
| Video-MAE | TFLITE | float | Qualcomm®
|
| 86 |
-
| Video-MAE | TFLITE | float | Qualcomm® Dragonwing™
|
| 87 |
-
| Video-MAE | TFLITE | float | Qualcomm®
|
| 88 |
-
| Video-MAE | TFLITE | float | Qualcomm®
|
| 89 |
-
| Video-MAE | TFLITE | float |
|
| 90 |
-
| Video-MAE | TFLITE | float |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
|
| 92 |
## License
|
| 93 |
* The license for the original implementation of Video-MAE can be found
|
|
|
|
| 15 |
Video MAE (Masked Auto Encoder) is a network for doing video classification that uses the ViT (Vision Transformer) backbone.
|
| 16 |
|
| 17 |
This is based on the implementation of Video-MAE found [here](https://github.com/MCG-NJU/VideoMAE).
|
| 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/v0.60.0/src/qai_hub_models/models/video_mae) 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 |
|
|
|
|
| 28 |
|
| 29 |
| Runtime | Precision | Chipset | SDK Versions | Download |
|
| 30 |
|---|---|---|---|---|
|
| 31 |
+
| ONNX | float | Universal | QAIRT 2.45, ONNX Runtime 1.27.1 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/video_mae/releases/v0.60.0/video_mae-onnx-float.zip)
|
| 32 |
+
| QNN_DLC | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/video_mae/releases/v0.60.0/video_mae-qnn_dlc-float.zip)
|
| 33 |
+
| TFLITE | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/video_mae/releases/v0.60.0/video_mae-tflite-float.zip)
|
| 34 |
|
| 35 |
For more device-specific assets and performance metrics, visit **[Video-MAE on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/video_mae)**.
|
| 36 |
|
| 37 |
|
| 38 |
### Option 2: Export with Custom Configurations
|
| 39 |
|
| 40 |
+
Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.60.0/src/qai_hub_models/models/video_mae) Python library to compile and export the model with your own:
|
| 41 |
- Custom weights (e.g., fine-tuned checkpoints)
|
| 42 |
- Custom input shapes
|
| 43 |
- Target device and runtime configurations
|
| 44 |
|
| 45 |
This option is ideal if you need to customize the model beyond the default configuration provided here.
|
| 46 |
|
| 47 |
+
See our repository for [Video-MAE on GitHub](https://github.com/qualcomm/ai-hub-models/blob/v0.60.0/src/qai_hub_models/models/video_mae) for usage instructions.
|
| 48 |
|
| 49 |
## Model Details
|
| 50 |
|
| 51 |
**Model Type:** Model_use_case.video_classification
|
| 52 |
|
| 53 |
**Model Stats:**
|
|
|
|
| 54 |
- Input resolution: 224x224
|
| 55 |
+
- Model checkpoint: Kinectics-400
|
| 56 |
- Model size (float): 335 MB
|
| 57 |
+
- Number of parameters: 87.7M
|
| 58 |
|
| 59 |
## Performance Summary
|
| 60 |
| Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit
|
| 61 |
|---|---|---|---|---|---|---
|
| 62 |
+
| Video-MAE | ONNX | float | Snapdragon® X2 Elite | 1518.863 ms | 46 - 46 MB | NPU
|
| 63 |
+
| Video-MAE | ONNX | float | Snapdragon® X Elite | 2675.374 ms | 191 - 191 MB | NPU
|
| 64 |
+
| Video-MAE | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 2537.857 ms | 1 - 6278 MB | NPU
|
| 65 |
+
| Video-MAE | ONNX | float | Qualcomm® Dragonwing™ IQ-8275 | 2930.774 ms | 46 - 95 MB | NPU
|
| 66 |
+
| Video-MAE | ONNX | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 3824.221 ms | 0 - 212 MB | NPU
|
| 67 |
+
| Video-MAE | ONNX | float | Qualcomm® Dragonwing™ IQ-9075 | 2756.919 ms | 46 - 95 MB | NPU
|
| 68 |
+
| Video-MAE | ONNX | float | Qualcomm® Dragonwing™ IQ-X7181 | 2675.374 ms | 191 - 191 MB | NPU
|
| 69 |
+
| Video-MAE | ONNX | float | Qualcomm® Dragonwing™ Q-8750 | 2327.454 ms | 1 - 5481 MB | NPU
|
| 70 |
+
| Video-MAE | ONNX | float | Snapdragon® 8 Elite Mobile | 2327.454 ms | 1 - 5481 MB | NPU
|
| 71 |
+
| Video-MAE | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 2594.863 ms | 1 - 5688 MB | NPU
|
| 72 |
+
| Video-MAE | QNN_DLC | float | Snapdragon® X2 Elite | 1961.284 ms | 46 - 46 MB | NPU
|
| 73 |
+
| Video-MAE | QNN_DLC | float | Snapdragon® X Elite | 3246.968 ms | 46 - 46 MB | NPU
|
| 74 |
+
| Video-MAE | QNN_DLC | float | Qualcomm® Dragonwing™ IQ-8275 | 4725.75 ms | 46 - 94 MB | NPU
|
| 75 |
+
| Video-MAE | QNN_DLC | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 5151.275 ms | 46 - 50 MB | NPU
|
| 76 |
+
| Video-MAE | QNN_DLC | float | Qualcomm® SA8775P | 5352.202 ms | 46 - 6139 MB | NPU
|
| 77 |
+
| Video-MAE | QNN_DLC | float | Qualcomm® SA8650P | 5352.202 ms | 46 - 6139 MB | NPU
|
| 78 |
+
| Video-MAE | QNN_DLC | float | Qualcomm® SA8255P | 5352.202 ms | 46 - 6139 MB | NPU
|
| 79 |
+
| Video-MAE | QNN_DLC | float | Qualcomm® Dragonwing™ IQ-9075 | 7276.539 ms | 48 - 96 MB | NPU
|
| 80 |
+
| Video-MAE | QNN_DLC | float | Qualcomm® Dragonwing™ IQ-X7181 | 3246.968 ms | 46 - 46 MB | NPU
|
| 81 |
+
| Video-MAE | QNN_DLC | float | Qualcomm® Dragonwing™ Q-8750 | 3556.566 ms | 26 - 6118 MB | NPU
|
| 82 |
+
| Video-MAE | QNN_DLC | float | Qualcomm® SA8295P | 3813.452 ms | 35 - 5737 MB | NPU
|
| 83 |
+
| Video-MAE | QNN_DLC | float | Snapdragon® 8 Elite Mobile | 3556.566 ms | 26 - 6118 MB | NPU
|
| 84 |
+
| Video-MAE | QNN_DLC | float | Snapdragon® 8 Elite Gen 5 Mobile | 4071.688 ms | 3 - 6270 MB | NPU
|
| 85 |
+
| Video-MAE | TFLITE | float | Qualcomm® Dragonwing™ IQ-8275 | 4622.577 ms | 0 - 280 MB | NPU
|
| 86 |
+
| Video-MAE | TFLITE | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 5166.465 ms | 1 - 4 MB | NPU
|
| 87 |
+
| Video-MAE | TFLITE | float | Qualcomm® SA8775P | 5322.161 ms | 2 - 5973 MB | NPU
|
| 88 |
+
| Video-MAE | TFLITE | float | Qualcomm® SA8650P | 5322.161 ms | 2 - 5973 MB | NPU
|
| 89 |
+
| Video-MAE | TFLITE | float | Qualcomm® SA8255P | 5322.161 ms | 2 - 5973 MB | NPU
|
| 90 |
+
| Video-MAE | TFLITE | float | Qualcomm® Dragonwing™ IQ-9075 | 5258.49 ms | 0 - 279 MB | NPU
|
| 91 |
+
| Video-MAE | TFLITE | float | Qualcomm® Dragonwing™ Q-8750 | 3540.224 ms | 1 - 5953 MB | NPU
|
| 92 |
+
| Video-MAE | TFLITE | float | Qualcomm® SA8295P | 3731.908 ms | 2 - 5603 MB | NPU
|
| 93 |
+
| Video-MAE | TFLITE | float | Snapdragon® 8 Elite Mobile | 3540.224 ms | 1 - 5953 MB | NPU
|
| 94 |
+
| Video-MAE | TFLITE | float | Snapdragon® 8 Elite Gen 5 Mobile | 4089.075 ms | 1 - 6110 MB | NPU
|
| 95 |
|
| 96 |
## License
|
| 97 |
* The license for the original implementation of Video-MAE can be found
|
release_assets.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"version": "0.
|
| 3 |
"precisions": {
|
| 4 |
"float": {
|
| 5 |
"universal_assets": {
|
|
@@ -8,19 +8,19 @@
|
|
| 8 |
"qairt": "2.45.0.260326154327",
|
| 9 |
"onnx_runtime": "1.27.1"
|
| 10 |
},
|
| 11 |
-
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/video_mae/releases/v0.
|
| 12 |
},
|
| 13 |
"qnn_dlc": {
|
| 14 |
"tool_versions": {
|
| 15 |
"qairt": "2.45.0.260326154327"
|
| 16 |
},
|
| 17 |
-
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/video_mae/releases/v0.
|
| 18 |
},
|
| 19 |
"tflite": {
|
| 20 |
"tool_versions": {
|
| 21 |
"qairt": "2.45.0.260326154327"
|
| 22 |
},
|
| 23 |
-
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/video_mae/releases/v0.
|
| 24 |
}
|
| 25 |
}
|
| 26 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"version": "0.60.0",
|
| 3 |
"precisions": {
|
| 4 |
"float": {
|
| 5 |
"universal_assets": {
|
|
|
|
| 8 |
"qairt": "2.45.0.260326154327",
|
| 9 |
"onnx_runtime": "1.27.1"
|
| 10 |
},
|
| 11 |
+
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/video_mae/releases/v0.60.0/video_mae-onnx-float.zip"
|
| 12 |
},
|
| 13 |
"qnn_dlc": {
|
| 14 |
"tool_versions": {
|
| 15 |
"qairt": "2.45.0.260326154327"
|
| 16 |
},
|
| 17 |
+
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/video_mae/releases/v0.60.0/video_mae-qnn_dlc-float.zip"
|
| 18 |
},
|
| 19 |
"tflite": {
|
| 20 |
"tool_versions": {
|
| 21 |
"qairt": "2.45.0.260326154327"
|
| 22 |
},
|
| 23 |
+
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/video_mae/releases/v0.60.0/video_mae-tflite-float.zip"
|
| 24 |
}
|
| 25 |
}
|
| 26 |
}
|