Feature Extraction
music
sander-wood commited on
Commit
a10df5a
·
verified ·
1 Parent(s): eb3ffc5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 musichubert_hf/MERT-v1-95M --mean_features
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)*