Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 570 Bytes

File metadata and controls

11 lines (7 loc) · 570 Bytes

Setup and Installation

This implementation uses Python 3.7, Keras, TensorFlow, Rasterio, Shapely and Jupyter.

Install the requirements.

  • These are located in ./requirements.txt.
  • They can be installed with pip3 install -r requirements.txt or conda create –-name trees_env –-file requirements.txt.

Or to create a docker image with the all the dependencies pre-installed, follow this repo.

More information about the jupyter notebooks can be found on jupyter.org.