├── LICENSE_Lasagne ├── MIR_extract_logSpectrumBands.m ├── README.md ├── config.py ├── create_hdf5_ff1010bird_public.py ├── data_utils.py ├── densenet.png ├── hdf5 └── Test_files.csv ├── input_possaliency_0056c188-b8a5-46d7-ab1e.png ├── model_utils.py ├── models └── bad16_densenet_bn_static-fbank-0.019326000-sub4.npz ├── output_utils.py ├── saliency_maps.py ├── test.py └── train.py /LICENSE_Lasagne: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topel/bird_audio_detection_challenge/HEAD/LICENSE_Lasagne -------------------------------------------------------------------------------- /MIR_extract_logSpectrumBands.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topel/bird_audio_detection_challenge/HEAD/MIR_extract_logSpectrumBands.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topel/bird_audio_detection_challenge/HEAD/README.md -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topel/bird_audio_detection_challenge/HEAD/config.py -------------------------------------------------------------------------------- /create_hdf5_ff1010bird_public.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topel/bird_audio_detection_challenge/HEAD/create_hdf5_ff1010bird_public.py -------------------------------------------------------------------------------- /data_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topel/bird_audio_detection_challenge/HEAD/data_utils.py -------------------------------------------------------------------------------- /densenet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topel/bird_audio_detection_challenge/HEAD/densenet.png -------------------------------------------------------------------------------- /hdf5/Test_files.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topel/bird_audio_detection_challenge/HEAD/hdf5/Test_files.csv -------------------------------------------------------------------------------- /input_possaliency_0056c188-b8a5-46d7-ab1e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topel/bird_audio_detection_challenge/HEAD/input_possaliency_0056c188-b8a5-46d7-ab1e.png -------------------------------------------------------------------------------- /model_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topel/bird_audio_detection_challenge/HEAD/model_utils.py -------------------------------------------------------------------------------- /models/bad16_densenet_bn_static-fbank-0.019326000-sub4.npz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topel/bird_audio_detection_challenge/HEAD/models/bad16_densenet_bn_static-fbank-0.019326000-sub4.npz -------------------------------------------------------------------------------- /output_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topel/bird_audio_detection_challenge/HEAD/output_utils.py -------------------------------------------------------------------------------- /saliency_maps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topel/bird_audio_detection_challenge/HEAD/saliency_maps.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topel/bird_audio_detection_challenge/HEAD/test.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topel/bird_audio_detection_challenge/HEAD/train.py --------------------------------------------------------------------------------