Update README.md
Browse files
README.md
CHANGED
@@ -194,7 +194,7 @@ python batch_midi2mtf.py
|
|
194 |
For audio processing, CLaMP 3 uses **MERT-extracted features** instead of raw waveforms. Extract **MERT-based features** from raw audio (`.mp3`, `.wav`) using [`extract_mert.py`](https://github.com/sanderwood/clamp3/blob/main/preprocessing/audio/extract_mert.py):
|
195 |
|
196 |
```bash
|
197 |
-
python extract_mert.py --input_path <input_path> --output_path <output_path> --model_path
|
198 |
```
|
199 |
- **Input:** `.mp3`, `.wav`
|
200 |
- **Output:** `.npy` *(Processed audio features for CLaMP 3)*
|
|
|
194 |
For audio processing, CLaMP 3 uses **MERT-extracted features** instead of raw waveforms. Extract **MERT-based features** from raw audio (`.mp3`, `.wav`) using [`extract_mert.py`](https://github.com/sanderwood/clamp3/blob/main/preprocessing/audio/extract_mert.py):
|
195 |
|
196 |
```bash
|
197 |
+
python extract_mert.py --input_path <input_path> --output_path <output_path> --model_path m-a-p/MERT-v1-95M --mean_features
|
198 |
```
|
199 |
- **Input:** `.mp3`, `.wav`
|
200 |
- **Output:** `.npy` *(Processed audio features for CLaMP 3)*
|