added audio

This commit is contained in:
macaodha 2022-12-09 19:28:54 +00:00
parent 011c878e58
commit 0dba8a6784
5 changed files with 8 additions and 7 deletions

View File

@ -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

View File

@ -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,

Binary file not shown.

Binary file not shown.

Binary file not shown.