# bsn **Repository Path**: wj_gxy/bsn ## Basic Information - **Project Name**: bsn - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-05 - **Last Updated**: 2023-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BSNet Official Repository for "[Deep Audio Steganalysis in Time Domain](https://dl.acm.org/doi/abs/10.1145/3369412.3395064)" ## Usage - You can automate training and testing models on a single machine. - Edit the configuration file (*.yml) according to your environment. ```bash python automate.py --config config_automate.yml ``` ## Dependencies - [pytorch](https://pytorch.org) - [scikit-learn](https://scikit-learn.org) - [numpy](https://numpy.org) - [pandas](https://pandas.pydata.org) - [librosa](https://github.com/librosa/librosa) - [pyyaml](https://pyyaml.org) - [tqdm](https://github.com/tqdm/tqdm) - [matplotlib](https://matplotlib.org) ## Dataset - Cover and stego datasets were created based on [TIMIT dataset](https://catalog.ldc.upenn.edu/LDC93S1). - Refer to the original paper for creating datasets. ## Citation Cite the [original paper](https://dl.acm.org/doi/abs/10.1145/3369412.3395064) if you utilize this code.