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
|
### 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
|
### Running the model on your own data
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"# BatDetect2 - Demo\n",
|
"# BatDetect2 - Demo\n",
|
||||||
"\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",
|
"\n",
|
||||||
"Make sure to enable GPU usage on Colab for this Notebook to make it run faster. "
|
"Make sure to enable GPU usage on Colab for this Notebook to make it run faster. "
|
||||||
]
|
]
|
||||||
@ -17,8 +17,10 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"# clone the code\n",
|
"# the following lines are only needed in Colab.\n",
|
||||||
"#!git clone https://github.com/macaodha/batdetect2"
|
"# 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 the necessary libraries\n",
|
||||||
"import os\n",
|
"import os\n",
|
||||||
"import glob\n",
|
"import glob\n",
|
||||||
"import config\n",
|
|
||||||
"import matplotlib.pyplot as plt\n",
|
"import matplotlib.pyplot as plt\n",
|
||||||
"\n",
|
"\n",
|
||||||
"import config\n",
|
"import config\n",
|
||||||
@ -253,7 +254,7 @@
|
|||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
"display_name": "Python 3 (ipykernel)",
|
"display_name": "Python 3",
|
||||||
"language": "python",
|
"language": "python",
|
||||||
"name": "python3"
|
"name": "python3"
|
||||||
},
|
},
|
||||||
@ -267,7 +268,7 @@
|
|||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.8.10"
|
"version": "3.8.8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"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