You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-16
Original file line number
Diff line number
Diff line change
@@ -4,27 +4,32 @@
4
4
5
5
RobPitch is a pitch detection model trained to be robust against noise and reverberation environments. The model has been trained on 1600 hours of high-quality data, supplemented by an equivalent amount of simulated noisy and reverberant data, ensuring effective performance under challenging acoustic conditions.
6
6
7
-
## Installation
7
+
## Installation via pip
8
+
9
+
Install RobPitch using the following command:
8
10
9
11
```
10
-
pip install rob-pitch==0.1.0
12
+
pip install rob-pitch==0.1.2
11
13
```
12
14
13
-
##Model Download
15
+
### Example of Usage
14
16
15
-
We use modelscope to download pretrained model and config.
0 commit comments