RawGAT-ST-antispoofing
This repository includes the code to reproduce our paper "End-to-End Spectro-Temporal Graph Attention Networks for Speaker Verification Anti-Spoofing and Speech Deepfake Detection" (https://arxiv.org/abs/2107.12710) published in the ASVspoof 2021 workshop.
File Explorer
Download Latest Version (.zip)- __init__.py
- arg_parse.py
- config_parse.py
- text_io.py
- tmp.txt
- toolkit_all.py
- toolkit_en.py
- __init__.py
- conf.py
- customize_collate_fn.py
- customize_dataset.py
- customize_sampler.py
- default_data_io.py
- io_tools.py
- seq_info.py
- wav_tools.py
- __init__.py
- random_tools.py
- stats.py
- nn_manager.py
- nn_manager_conf.py
- nn_manager_GAN.py
- nn_manager_tools.py
- conf.py
- lr_scheduler.py
- op_display_tools.py
- op_manager.py
- op_process_monitor.py
- __init__.py
- data_warehouse.py
- debug.py
- display.py
- list_tools.py
- log_parser.py
- random_name_mgn.py
- script_model_para.py
- str_tools.py
- __init__.py
- startup_config.py
- ASVspoof2019.LA.cm.dev.trl.txt
- ASVspoof2019.LA.cm.eval.trl.txt
- ASVspoof2019.LA.cm.train.trn.txt
- Best_epoch.pth
- Scores.txt
- Best_epoch.pth
- Scores.txt
- Best_epoch.pth
- Scores.txt
- model_RawGAT_ST_add.py
- model_RawGAT_ST_concat.py
- ASVspoof2019.LA.asv.dev.gi.trl.scores.txt
- ASVspoof2019.LA.asv.eval.gi.trl.scores.txt
- eval_metrics.py
- evaluate_tDCF_asvspoof19_eval_LA.py
- .gitignore
- data_utils.py
- LICENSE
- main.py
- model.py
- model_config_RawGAT_ST.yaml
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/eurecom-asp/RawGAT-ST-antispoofing
Downloads the entire project code from GitHub to your computer.
cd RawGAT-ST-antispoofing
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python main.py
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
