qaihm-bot commited on
Commit
f324b8f
·
verified ·
1 Parent(s): 4c96ccf

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

Files changed (2) hide show
  1. README.md +18 -18
  2. release_assets.json +1 -0
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/tree/v0.49.1/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.49.1/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/tree/v0.49.1/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/tree/v0.49.1/qai_hub_models/models/fomm) for usage instructions.
45
 
46
  ## Model Details
47
 
@@ -50,24 +50,24 @@ See our repository for [First-Order-Motion-Model on GitHub](https://github.com/q
50
  **Model Stats:**
51
  - Model checkpoint: vox-256
52
  - Input resolution: 256x256
53
- - Model size (FOMMDetector) (float): 54.2 MB
54
- - Model size (FOMMGenerator) (float): 174 MB
55
 
56
  ## Performance Summary
57
  | Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit
58
  |---|---|---|---|---|---|---
59
- | FOMMDetector | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 2.75 ms | 0 - 24 MB | NPU
60
- | FOMMDetector | ONNX | float | Snapdragon® X2 Elite | 2.777 ms | 28 - 28 MB | NPU
61
- | FOMMDetector | ONNX | float | Snapdragon® X Elite | 4.579 ms | 27 - 27 MB | NPU
62
- | FOMMDetector | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 3.275 ms | 0 - 32 MB | NPU
63
- | FOMMDetector | ONNX | float | Qualcomm® QCS9075 | 5.8 ms | 1 - 4 MB | NPU
64
- | FOMMDetector | ONNX | float | Snapdragon® 8 Elite For Galaxy Mobile | 2.925 ms | 0 - 21 MB | NPU
65
- | FOMMGenerator | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 10.76 ms | 0 - 196 MB | NPU
66
- | FOMMGenerator | ONNX | float | Snapdragon® X2 Elite | 12.262 ms | 91 - 91 MB | NPU
67
- | FOMMGenerator | ONNX | float | Snapdragon® X Elite | 29.148 ms | 89 - 89 MB | NPU
68
- | FOMMGenerator | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 17.31 ms | 3 - 222 MB | NPU
69
- | FOMMGenerator | ONNX | float | Qualcomm® QCS9075 | 34.708 ms | 18 - 22 MB | NPU
70
- | FOMMGenerator | ONNX | float | Snapdragon® 8 Elite For Galaxy Mobile | 13.265 ms | 8 - 196 MB | NPU
71
 
72
  ## License
73
  * 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.50.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
 
 
50
  **Model Stats:**
51
  - Model checkpoint: vox-256
52
  - Input resolution: 256x256
53
+ - Model size (detector) (float): 54.2 MB
54
+ - Model size (generator) (float): 174 MB
55
 
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 Elite Gen 5 Mobile | 2.75 ms | 0 - 24 MB | NPU
60
+ | detector | ONNX | float | Snapdragon® X2 Elite | 2.777 ms | 28 - 28 MB | NPU
61
+ | detector | ONNX | float | Snapdragon® X Elite | 4.579 ms | 27 - 27 MB | NPU
62
+ | detector | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 3.275 ms | 0 - 32 MB | NPU
63
+ | detector | ONNX | float | Qualcomm® QCS9075 | 5.8 ms | 1 - 4 MB | NPU
64
+ | detector | ONNX | float | Snapdragon® 8 Elite For Galaxy Mobile | 2.925 ms | 0 - 21 MB | NPU
65
+ | generator | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 10.76 ms | 0 - 196 MB | NPU
66
+ | generator | ONNX | float | Snapdragon® X2 Elite | 12.262 ms | 91 - 91 MB | NPU
67
+ | generator | ONNX | float | Snapdragon® X Elite | 29.148 ms | 89 - 89 MB | NPU
68
+ | generator | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 17.31 ms | 3 - 222 MB | NPU
69
+ | generator | ONNX | float | Qualcomm® QCS9075 | 34.708 ms | 18 - 22 MB | NPU
70
+ | generator | ONNX | float | Snapdragon® 8 Elite For Galaxy Mobile | 13.265 ms | 8 - 196 MB | NPU
71
 
72
  ## License
73
  * The license for the original implementation of First-Order-Motion-Model can be found
release_assets.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version":"0.50.0","precisions":{"float":{"universal_assets":{"onnx":{"tool_versions":{"qairt":"2.42.0.251225135753_193295","onnx_runtime":"1.24.1"},"download_url":"https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/fomm/releases/v0.50.0/fomm-onnx-float.zip"}}}}}