qaihm-bot commited on
Commit
5719e8d
·
verified ·
1 Parent(s): 602eb4b

See https://github.com/quic/ai-hub-models/releases/v0.34.0 for changelog.

Files changed (1) hide show
  1. README.md +2 -20
README.md CHANGED
@@ -23,6 +23,7 @@ More details on model performance across various devices, can be found
23
  [here](https://aihub.qualcomm.com/models/fomm).
24
 
25
 
 
26
  ### Model Details
27
 
28
  - **Model Type:** Model_use_case.video_generation
@@ -99,26 +100,7 @@ device. This script does the following:
99
  ```bash
100
  python -m qai_hub_models.models.fomm.export
101
  ```
102
- ```
103
- Profiling Results
104
- ------------------------------------------------------------
105
- FOMMDetector
106
- Device : cs_8_gen_2 (ANDROID 13)
107
- Runtime : ONNX
108
- Estimated inference time (ms) : 4.8
109
- Estimated peak memory usage (MB): [0, 78]
110
- Total # Ops : 57
111
- Compute Unit(s) : npu (57 ops) gpu (0 ops) cpu (0 ops)
112
-
113
- ------------------------------------------------------------
114
- FOMMGenerator
115
- Device : cs_8_gen_2 (ANDROID 13)
116
- Runtime : ONNX
117
- Estimated inference time (ms) : 26.7
118
- Estimated peak memory usage (MB): [0, 101]
119
- Total # Ops : 151
120
- Compute Unit(s) : npu (139 ops) gpu (0 ops) cpu (12 ops)
121
- ```
122
 
123
 
124
  ## How does this work?
 
23
  [here](https://aihub.qualcomm.com/models/fomm).
24
 
25
 
26
+
27
  ### Model Details
28
 
29
  - **Model Type:** Model_use_case.video_generation
 
100
  ```bash
101
  python -m qai_hub_models.models.fomm.export
102
  ```
103
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
 
105
 
106
  ## How does this work?