qaihm-bot commited on
Commit
a5d1bb8
·
verified ·
1 Parent(s): 27a9c70

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

Files changed (1) hide show
  1. README.md +18 -18
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/quic/ai-hub-models/blob/main/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.42, ONNX Runtime 1.24.1 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/fomm/releases/v0.47.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/quic/ai-hub-models/blob/main/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/quic/ai-hub-models/blob/main/qai_hub_models/models/fomm) for usage instructions.
45
 
46
  ## Model Details
47
 
@@ -56,20 +56,20 @@ 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
- | FOMMDetector | ONNX | float | Snapdragon® X Elite | 4.612 ms | 27 - 27 MB | NPU
60
- | FOMMDetector | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 3.28 ms | 0 - 33 MB | NPU
61
- | FOMMDetector | ONNX | float | Qualcomm® QCS8550 (Proxy) | 4.37 ms | 1 - 2 MB | NPU
62
- | FOMMDetector | ONNX | float | Qualcomm® QCS9075 | 5.799 ms | 1 - 4 MB | NPU
63
- | FOMMDetector | ONNX | float | Snapdragon® 8 Elite For Galaxy Mobile | 2.928 ms | 0 - 21 MB | NPU
64
- | FOMMDetector | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 2.751 ms | 1 - 25 MB | NPU
65
- | FOMMDetector | ONNX | float | Snapdragon® X2 Elite | 2.67 ms | 28 - 28 MB | NPU
66
- | FOMMGenerator | ONNX | float | Snapdragon® X Elite | 32.027 ms | 89 - 89 MB | NPU
67
- | FOMMGenerator | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 17.22 ms | 17 - 241 MB | NPU
68
- | FOMMGenerator | ONNX | float | Qualcomm® QCS8550 (Proxy) | 22.706 ms | 16 - 18 MB | NPU
69
- | FOMMGenerator | ONNX | float | Qualcomm® QCS9075 | 34.613 ms | 17 - 21 MB | NPU
70
- | FOMMGenerator | ONNX | float | Snapdragon® 8 Elite For Galaxy Mobile | 13.711 ms | 13 - 202 MB | NPU
71
- | FOMMGenerator | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 10.786 ms | 0 - 196 MB | NPU
72
- | FOMMGenerator | ONNX | float | Snapdragon® X2 Elite | 12.552 ms | 91 - 91 MB | NPU
73
 
74
  ## License
75
  * 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/main/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.42, ONNX Runtime 1.24.1 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/fomm/releases/v0.48.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/main/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/main/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
+ | FOMMDetector | ONNX | float | Snapdragon® X2 Elite | 2.661 ms | 28 - 28 MB | NPU
60
+ | FOMMDetector | ONNX | float | Snapdragon® X Elite | 4.614 ms | 27 - 27 MB | NPU
61
+ | FOMMDetector | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 3.294 ms | 0 - 37 MB | NPU
62
+ | FOMMDetector | ONNX | float | Qualcomm® QCS8550 (Proxy) | 4.362 ms | 0 - 22 MB | NPU
63
+ | FOMMDetector | ONNX | float | Qualcomm® QCS9075 | 5.802 ms | 1 - 4 MB | NPU
64
+ | FOMMDetector | ONNX | float | Snapdragon® 8 Elite For Galaxy Mobile | 2.95 ms | 0 - 27 MB | NPU
65
+ | FOMMDetector | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 2.75 ms | 0 - 24 MB | NPU
66
+ | FOMMGenerator | ONNX | float | Snapdragon® X2 Elite | 12.37 ms | 91 - 91 MB | NPU
67
+ | FOMMGenerator | ONNX | float | Snapdragon® X Elite | 29.88 ms | 89 - 89 MB | NPU
68
+ | FOMMGenerator | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 17.142 ms | 3 - 223 MB | NPU
69
+ | FOMMGenerator | ONNX | float | Qualcomm® QCS8550 (Proxy) | 22.728 ms | 13 - 24 MB | NPU
70
+ | FOMMGenerator | ONNX | float | Qualcomm® QCS9075 | 35.154 ms | 16 - 19 MB | NPU
71
+ | FOMMGenerator | ONNX | float | Snapdragon® 8 Elite For Galaxy Mobile | 13.631 ms | 17 - 205 MB | NPU
72
+ | FOMMGenerator | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 10.849 ms | 0 - 195 MB | NPU
73
 
74
  ## License
75
  * The license for the original implementation of First-Order-Motion-Model can be found