RyanMetcalfeInt8
commited on
Commit
•
07683da
1
Parent(s):
f8b6659
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,37 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
# Versatile Audio Super Resolution OpenVINO(TM) Models
|
5 |
+
|
6 |
+
This repo stores Audio Super Resolution (and related) models, and other collateral that have been ported to OpenVINO IR format, from this GitHub project: https://github.com/haoheliu/versatile_audio_super_resolution
|
7 |
+
|
8 |
+
These models are used to run *Super Resolution* feature within this project: https://github.com/intel/openvino-plugins-ai-audacity
|
9 |
+
|
10 |
+
## Description of collateral stored in *Files and versions* tab
|
11 |
+
* **versatile_audio_sr_base_openvino_models.zip**
|
12 |
+
* audio_sr_decoder OpenVINO IR (and supporting files)
|
13 |
+
* audio_sr_encoder OpenVINO IR (and supporting files)
|
14 |
+
* vae_feature_extract OpenVINO IR
|
15 |
+
* vocoder OpenVINO IR
|
16 |
+
|
17 |
+
* **versatile_audio_sr_ddpm_basic_openvino_models.zip**
|
18 |
+
* 'base' ddpm OpenVINO IR
|
19 |
+
|
20 |
+
* **versatile_audio_sr_ddpm_speech_openvino_models.zip**
|
21 |
+
* 'speech' ddpm OpenVINO IR
|
22 |
+
|
23 |
+
## Details about source of these models:
|
24 |
+
All of the OpenVINO IR models stored here were converted from this GitHub project: https://github.com/haoheliu/versatile_audio_super_resolution
|
25 |
+
|
26 |
+
Citation:
|
27 |
+
```
|
28 |
+
@article{liu2023audiosr,
|
29 |
+
title={{AudioSR}: Versatile Audio Super-resolution at Scale},
|
30 |
+
author={Liu, Haohe and Chen, Ke and Tian, Qiao and Wang, Wenwu and Plumbley, Mark D},
|
31 |
+
journal={arXiv preprint arXiv:2309.07314},
|
32 |
+
year={2023}
|
33 |
+
}
|
34 |
+
```
|
35 |
+
|
36 |
+
## Intel’s Human Rights Disclaimer:
|
37 |
+
Intel is committed to respecting human rights and avoiding complicity in human rights abuses. See Intel's Global Human Rights Principles. Intel's products and software are intended only to be used in applications that do not cause or contribute to a violation of an internationally recognized human right.
|