This script relies on torch, pandas, numpy, scipy, and tqdm to run. Install dependencies with pip or conda.
## Usage
Use python to run the script forward_CNN.py along with a target specie and a folder of audio files to analyse. A tabular file will be saved with the model's predictions for the corresponding signal to detect (probability of presence).
Run `python run_CNN.py -h` for a detailled API.
The output file with predictions can be read in python using pandas : `pandas.read_pickle('filename.pkl')`
## Dependencies
This script relies on `torch`, `pandas`, `numpy`, `scipy`, `soundfile` and `tqdm` to run. You can install them using pip or conda.
If a GPU and cuda are available on the current machine, processes will run on GPU for faster computation.
If a GPU and cuda are available on the current machine, processes will run on GPU for faster computation.
paul.best@univ-tln.fr for more information
## Contact
You can reach me at paul.best@univ-tln.fr for more information