https://github.com/wangtianrui/HGCN
The official repo of "HGCN: Harmonic Gated Compensation Network For Speech Enhancement"
https://github.com/wangtianrui/HGCN
Last synced: 19 days ago
JSON representation
The official repo of "HGCN: Harmonic Gated Compensation Network For Speech Enhancement"
- Host: GitHub
- URL: https://github.com/wangtianrui/HGCN
- Owner: wangtianrui
- Created: 2022-01-06T09:06:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T04:29:43.000Z (about 3 years ago)
- Last Synced: 2025-03-20T15:39:55.365Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 1.88 MB
- Stars: 57
- Watchers: 1
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-speech-enhancement - Wang
README
# HGCN
The official repo of "HGCN: Harmonic Gated Compensation Network For Speech Enhancement", which was accepted at ICASSP2022.
## How to use
#### step1: Calculate and test the harmonic integral matrix
```shell
cd harmonic_intefral
python make_integral_matrix.py
# Integral matrix (harmonic_integrate_matrix.npy, U in our paper) and harmonic locations (harmonic_loc.npy, Harmonic locations corresponding to each candidate pitch) will be generated in the dir.
```#### step2: Prepare the label of speech energy detector
```shell
cd speech_energy_detector_label
python mean_threshold.py
```