qaihm-bot commited on
Commit
dcb66c2
·
verified ·
1 Parent(s): 36a5b05

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

Files changed (2) hide show
  1. README.md +20 -26
  2. release_assets.json +3 -3
README.md CHANGED
@@ -14,7 +14,7 @@ pipeline_tag: image-to-video
14
  FOMM is a machine learning model that animates a still image to mirror the movements from a target video.
15
 
16
  This is based on the implementation of First-Order-Motion-Model found [here](https://github.com/AliaksandrSiarohin/first-order-model/tree/master).
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/v0.58.0/src/qai_hub_models/models/fomm) 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
- | ONNX | float | Universal | QAIRT 2.45, ONNX Runtime 1.25.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/fomm/releases/v0.58.0/fomm-onnx-float.zip)
31
 
32
  For more device-specific assets and performance metrics, visit **[First-Order-Motion-Model on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/fomm)**.
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/v0.58.0/src/qai_hub_models/models/fomm) 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 [First-Order-Motion-Model on GitHub](https://github.com/qualcomm/ai-hub-models/blob/v0.58.0/src/qai_hub_models/models/fomm) for usage instructions.
45
 
46
  ## Model Details
47
 
@@ -56,28 +56,22 @@ See our repository for [First-Order-Motion-Model on GitHub](https://github.com/q
56
  ## Performance Summary
57
  | Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit
58
  |---|---|---|---|---|---|---
59
- | detector | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 3.249 ms | 1 - 34 MB | NPU
60
- | detector | ONNX | float | Snapdragon® 8 Gen 1 Mobile | 7.323 ms | 1 - 36 MB | NPU
61
- | detector | ONNX | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 4.384 ms | 0 - 154 MB | NPU
62
- | detector | ONNX | float | Qualcomm® QCS8450 | 7.323 ms | 1 - 36 MB | NPU
63
- | detector | ONNX | float | Qualcomm® Dragonwing™ IQ-9075 | 5.61 ms | 1 - 4 MB | NPU
64
- | detector | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 2.747 ms | 0 - 25 MB | NPU
65
- | detector | ONNX | float | Snapdragon® 8 Elite Mobile | 2.916 ms | 0 - 22 MB | NPU
66
- | detector | ONNX | float | Qualcomm® Dragonwing™ Q-8750 | 2.916 ms | 0 - 22 MB | NPU
67
- | detector | TFLITE | float | Qualcomm® SA8775P | 11.63 ms | 1 - 19 MB | GPU
68
- | detector | TFLITE | float | Qualcomm® SA8650P | 11.63 ms | 1 - 19 MB | GPU
69
- | detector | TFLITE | float | Qualcomm® SA8255P | 11.63 ms | 1 - 19 MB | GPU
70
- | generator | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 16.253 ms | 0 - 191 MB | NPU
71
- | generator | ONNX | float | Snapdragon® 8 Gen 1 Mobile | 36.974 ms | 0 - 188 MB | NPU
72
- | generator | ONNX | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 21.835 ms | 18 - 21 MB | NPU
73
- | generator | ONNX | float | Qualcomm® QCS8450 | 36.974 ms | 0 - 188 MB | NPU
74
- | generator | ONNX | float | Qualcomm® Dragonwing™ IQ-9075 | 34.288 ms | 16 - 19 MB | NPU
75
- | generator | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 11.137 ms | 17 - 188 MB | NPU
76
- | generator | ONNX | float | Snapdragon® 8 Elite Mobile | 12.921 ms | 16 - 180 MB | NPU
77
- | generator | ONNX | float | Qualcomm® Dragonwing™ Q-8750 | 12.921 ms | 16 - 180 MB | NPU
78
- | generator | TFLITE | float | Qualcomm® SA8775P | 819.964 ms | 21 - 37 MB | CPU
79
- | generator | TFLITE | float | Qualcomm® SA8650P | 819.964 ms | 21 - 37 MB | CPU
80
- | generator | TFLITE | float | Qualcomm® SA8255P | 819.964 ms | 21 - 37 MB | CPU
81
 
82
  ## License
83
  * The license for the original implementation of First-Order-Motion-Model can be found
 
14
  FOMM is a machine learning model that animates a still image to mirror the movements from a target video.
15
 
16
  This is based on the implementation of First-Order-Motion-Model found [here](https://github.com/AliaksandrSiarohin/first-order-model/tree/master).
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/v0.59.0/src/qai_hub_models/models/fomm) 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
+ | 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/fomm/releases/v0.59.0/fomm-onnx-float.zip)
31
 
32
  For more device-specific assets and performance metrics, visit **[First-Order-Motion-Model on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/fomm)**.
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/v0.59.0/src/qai_hub_models/models/fomm) 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 [First-Order-Motion-Model on GitHub](https://github.com/qualcomm/ai-hub-models/blob/v0.59.0/src/qai_hub_models/models/fomm) for usage instructions.
45
 
46
  ## Model Details
47
 
 
56
  ## Performance Summary
57
  | Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit
58
  |---|---|---|---|---|---|---
59
+ | detector | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 3.247 ms | 0 - 38 MB | NPU
60
+ | detector | ONNX | float | Snapdragon® 8 Gen 1 Mobile | 7.127 ms | 1 - 34 MB | NPU
61
+ | detector | ONNX | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 4.387 ms | 0 - 29 MB | NPU
62
+ | detector | ONNX | float | Qualcomm® QCS8450 | 7.127 ms | 1 - 34 MB | NPU
63
+ | detector | ONNX | float | Qualcomm® Dragonwing™ IQ-9075 | 5.612 ms | 1 - 4 MB | NPU
64
+ | detector | ONNX | float | Qualcomm® Dragonwing™ Q-8750 | 2.916 ms | 0 - 21 MB | NPU
65
+ | detector | ONNX | float | Snapdragon® 8 Elite Mobile | 2.916 ms | 0 - 21 MB | NPU
66
+ | detector | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 2.747 ms | 0 - 23 MB | NPU
67
+ | generator | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 16.208 ms | 0 - 189 MB | NPU
68
+ | generator | ONNX | float | Snapdragon® 8 Gen 1 Mobile | 37.355 ms | 0 - 187 MB | NPU
69
+ | generator | ONNX | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 22.053 ms | 18 - 20 MB | NPU
70
+ | generator | ONNX | float | Qualcomm® QCS8450 | 37.355 ms | 0 - 187 MB | NPU
71
+ | generator | ONNX | float | Qualcomm® Dragonwing™ IQ-9075 | 34.593 ms | 16 - 19 MB | NPU
72
+ | generator | ONNX | float | Qualcomm® Dragonwing™ Q-8750 | 13.306 ms | 16 - 180 MB | NPU
73
+ | generator | ONNX | float | Snapdragon® 8 Elite Mobile | 13.306 ms | 16 - 180 MB | NPU
74
+ | generator | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 11.021 ms | 16 - 186 MB | NPU
 
 
 
 
 
 
75
 
76
  ## License
77
  * The license for the original implementation of First-Order-Motion-Model can be found
release_assets.json CHANGED
@@ -1,14 +1,14 @@
1
  {
2
- "version": "0.58.0",
3
  "precisions": {
4
  "float": {
5
  "universal_assets": {
6
  "onnx": {
7
  "tool_versions": {
8
  "qairt": "2.45.0.260326154327",
9
- "onnx_runtime": "1.25.0"
10
  },
11
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/fomm/releases/v0.58.0/fomm-onnx-float.zip"
12
  }
13
  }
14
  }
 
1
  {
2
+ "version": "0.59.0",
3
  "precisions": {
4
  "float": {
5
  "universal_assets": {
6
  "onnx": {
7
  "tool_versions": {
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/fomm/releases/v0.59.0/fomm-onnx-float.zip"
12
  }
13
  }
14
  }