From 2f29886bafcb63743a7f3ab596c5c3796ca4a243 Mon Sep 17 00:00:00 2001 From: Ball JGC Date: Tue, 19 Mar 2024 20:59:39 +0000 Subject: [PATCH] mistake in tutorial --- README.md | 2 +- docs/source/tutorial.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f180b96..2f07f77 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Detectree2是一个基于Mask R-CNN的自动树冠检测与分割的Python包。

> [!NOTE] -> To save bandwidth trained models have been moved to [Zenodo](https://zenodo.org/records/10522461). Download models directly with `wget` or equivalent. +> To save bandwidth, trained models have been moved to [Zenodo](https://zenodo.org/records/10522461). Download models directly with `wget` or equivalent. ## Citation diff --git a/docs/source/tutorial.rst b/docs/source/tutorial.rst index 9c9e9be..1af9c89 100644 --- a/docs/source/tutorial.rst +++ b/docs/source/tutorial.rst @@ -331,7 +331,7 @@ To download a pre-trained model from the ``model_garden`` you can run ``wget`` o .. code-block:: python - !wget https://github.com/PatBall1/detectree2/raw/master/model_garden/230103_randresize_full.pth + !wget https://zenodo.org/records/10522461/files/230103_randresize_full.pth Point to a trained model, set up the configuration state and make predictions on the tiles. @@ -375,7 +375,7 @@ the coordinate reference system of the GeoSeries (meters when working with UTM). .. code-block:: python - clean = clean.set_geometry(crowns.simplify(0.3)) + clean = clean.set_geometry(clean.simplify(0.3)) Once we're happy with the crown map, save the crowns to file.