mirror of
https://github.com/macaodha/batdetect2.git
synced 2025-06-29 14:41:58 +02:00
added audio
This commit is contained in:
parent
011c878e58
commit
0dba8a6784
@ -13,7 +13,7 @@ Code for detecting and classifying bat echolocation calls in high frequency audi
|
||||
|
||||
|
||||
### Try the model on Colab
|
||||
Click [here](https://colab.research.google.com/github.com/macaodha/batdetect2/blob/master/batdetect2_notebook.ipynb) to run run the model using Colab.
|
||||
Click [here](https://colab.research.google.com/github/macaodha/batdetect2/blob/master/batdetect2_notebook.ipynb) to run run the model using Colab.
|
||||
|
||||
|
||||
### Running the model on your own data
|
||||
|
@ -6,7 +6,7 @@
|
||||
"source": [
|
||||
"# BatDetect2 - Demo\n",
|
||||
"\n",
|
||||
"This notebook illustrates how to use Google Colab to run the bat detection code. Click [here](https://colab.research.google.com/github.com/macaodha/batdetect2/blob/master/batdetect2_notebook.ipynb) to run it on Colab. \n",
|
||||
"This notebook illustrates how to use Google Colab to run the bat detection code. Click [here](https://colab.research.google.com/github/macaodha/batdetect2/blob/master/batdetect2_notebook.ipynb) to run it on Colab. \n",
|
||||
"\n",
|
||||
"Make sure to enable GPU usage on Colab for this Notebook to make it run faster. "
|
||||
]
|
||||
@ -17,8 +17,10 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# clone the code\n",
|
||||
"#!git clone https://github.com/macaodha/batdetect2"
|
||||
"# the following lines are only needed in Colab.\n",
|
||||
"# clone the code and change directory\n",
|
||||
"!git clone https://github.com/macaodha/batdetect2\n",
|
||||
"%cd batdetect2"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -30,7 +32,6 @@
|
||||
"# import the necessary libraries\n",
|
||||
"import os\n",
|
||||
"import glob\n",
|
||||
"import config\n",
|
||||
"import matplotlib.pyplot as plt\n",
|
||||
"\n",
|
||||
"import config\n",
|
||||
@ -253,7 +254,7 @@
|
||||
],
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"display_name": "Python 3 (ipykernel)",
|
||||
"display_name": "Python 3",
|
||||
"language": "python",
|
||||
"name": "python3"
|
||||
},
|
||||
@ -267,7 +268,7 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.8.10"
|
||||
"version": "3.8.8"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
BIN
example_data/audio/20170701_213954-MYOMYS-LR_0_0.5.wav
Executable file
BIN
example_data/audio/20170701_213954-MYOMYS-LR_0_0.5.wav
Executable file
Binary file not shown.
BIN
example_data/audio/20180530_213516-EPTSER-LR_0_0.5.wav
Executable file
BIN
example_data/audio/20180530_213516-EPTSER-LR_0_0.5.wav
Executable file
Binary file not shown.
BIN
example_data/audio/20180627_215323-RHIFER-LR_0_0.5.wav
Executable file
BIN
example_data/audio/20180627_215323-RHIFER-LR_0_0.5.wav
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user