diff --git a/projects/ComputerVision/spectrogram_analysis.ipynb b/projects/ComputerVision/spectrogram_analysis.ipynb index a6cae269e..67f485971 100644 --- a/projects/ComputerVision/spectrogram_analysis.ipynb +++ b/projects/ComputerVision/spectrogram_analysis.ipynb @@ -73,30 +73,14 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": { - "cellView": "form", - "execution": {} + "cellView": "form" }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Reading package lists...\n", - "Building dependency tree...\n", - "Reading state information...\n", - "ffmpeg is already the newest version (7:3.4.11-0ubuntu0.1).\n", - "The following package was automatically installed and is no longer required:\n", - " libnvidia-common-460\n", - "Use 'sudo apt autoremove' to remove it.\n", - "0 upgraded, 0 newly installed, 0 to remove and 49 not upgraded.\n" - ] - } - ], + "outputs": [], "source": [ "# @title Install dependencies\n", - "!sudo apt-get install -y ffmpeg --quiet\n", + "# !sudo apt-get install -y ffmpeg --quiet\n", "!pip install librosa --quiet\n", "!pip install imageio --quiet\n", "!pip install imageio-ffmpeg --quiet" @@ -104,20 +88,9 @@ }, { "cell_type": "code", - "execution_count": null, - "metadata": { - "execution": {} - }, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/usr/local/lib/python3.7/dist-packages/resampy/interpn.py:114: NumbaWarning: The TBB threading layer requires TBB version 2019.5 or later i.e., TBB_INTERFACE_VERSION >= 11005. Found TBB_INTERFACE_VERSION = 9107. The TBB threading layer is disabled.\n", - " _resample_loop_p(x, t_out, interp_win, interp_delta, num_table, scale, y)\n" - ] - } - ], + "execution_count": 2, + "metadata": {}, + "outputs": [], "source": [ "# Import necessary libraries.\n", "import os\n", @@ -139,10 +112,8 @@ }, { "cell_type": "code", - "execution_count": null, - "metadata": { - "execution": {} - }, + "execution_count": 3, + "metadata": {}, "outputs": [], "source": [ "import requests\n", @@ -180,10 +151,8 @@ }, { "cell_type": "code", - "execution_count": null, - "metadata": { - "execution": {} - }, + "execution_count": 4, + "metadata": {}, "outputs": [], "source": [ "from zipfile import ZipFile\n", @@ -206,16 +175,14 @@ }, { "cell_type": "code", - "execution_count": null, - "metadata": { - "execution": {} - }, + "execution_count": 5, + "metadata": {}, "outputs": [ { "data": { "text/html": [ "\n", - "