Skip to content

Commit

Permalink
mistake in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
PatBall1 committed Mar 19, 2024
1 parent 6b32a3e commit 2f29886
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Detectree2是一个基于Mask R-CNN的自动树冠检测与分割的Python包。

<br/><br/>
> [!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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 2f29886

Please sign in to comment.