Download the open-source, 3rd side, SASSEC data for example:
https://www.audiolabs-erlangen.de/content/resources/00_2019-WASPAA-SEBASS/SASSEC.zip

Create .venv:

py -3.11 -m venv .venv
.\.venv\Scripts\Activate.ps1

Upgrade pip and install dependencies:

python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt

CPU-only:

pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu

GPU build:

pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cu124

Use:

python main.py --manifest .\Manifests\example_English.json --model wav2vec2 --alpha 1.0 --layer 2 --verbose
