diff --git a/forest-modelling-treecrown_detectreeRGB.ipynb b/forest-modelling-treecrown_detectreeRGB.ipynb index fbdb907..c55e52a 100644 --- a/forest-modelling-treecrown_detectreeRGB.ipynb +++ b/forest-modelling-treecrown_detectreeRGB.ipynb @@ -53,39 +53,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Install and load libraries" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "jupyter": { - "outputs_hidden": true - }, - "pycharm": { - "is_executing": true - }, - "scrolled": false, - "tags": [ - "hide-input", - "hide-output" - ] - }, - "outputs": [], - "source": [ - "## install detectron2\n", - "!python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'\n", - "!pip -q install numpy==1.20.0\n", - "\n", - "## install geospatial libraries\n", - "#!pip -q install geopandas==0.10.1\n", - "#!pip -q install rasterio==1.2.9\n", - "#!pip -q install fiona==1.8.18\n", - "#!pip -q install shapely==1.8.4\n", - "\n", - "## install interactive plotting\n", - "!pip -q install geoviews" + "## Load libraries" ] }, {