Skip to content

Commit

Permalink
Merge pull request #3 from Environmental-DS-Book/postprint
Browse files Browse the repository at this point in the history
remove dependencies install cell
  • Loading branch information
acocac authored Mar 14, 2023
2 parents e60fe06 + 067ad62 commit 17532c3
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions forest-modelling-treecrown_detectreeRGB.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down

0 comments on commit 17532c3

Please sign in to comment.