Skip to content

Commit 3e93a88

Browse files
Tutorial Modifications and Extension (#204)
Tutorials updated and extended and a few other fixes * rgb contrast and unsafe access fix * experimental numpy fix * fixes a lot of accumulated mypy problem * rgb contrast and unsafe access fix * experimental numpy fix * fixes a lot of accumulated mypy problem * first small adjustments * class imbalance, finetuning, & advanced tips * refactoring tutorials * unrelated small fix * removing "step X" strings * Zenodo release version update
1 parent 6bffb3a commit 3e93a88

File tree

11 files changed

+1082
-972
lines changed

11 files changed

+1082
-972
lines changed

docs/source/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ The idea of Continuous integration (CI) is to frequently commit code to a shared
317317

318318
Building and testing code requires a server. CI using GitHub actions offers workflows that can build the repository code and run tests. We can run on GitHub's own virtual machines (using GitHub-hosted runners), or on machines that we host ourselves (or on compute clusters). The latter is desirable as GitHub does not currently support access to GPU resources.
319319

320-
Currently there are three files that steer workflows. The schedule is set at the top of the file. The workflows are found `here <https://github.com/PatBall1/detectree2/tree/master/.github/workflows>`_
320+
Currently there are three files that steer workflows. The schedule is set at the top of the file. The workflows are found `here <https://github.com/PatBall1/detectree2/tree/master/.github/workflows>`__
321321

322322
- ``python-app.yml``: All style CI - builds the code on Ubuntu-20.04
323323
- ``dockertest.yml``: All style CI - uses docker image for dependencies and installs detectree2 using pip.

docs/source/index.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ applications. Below is an example image of the predictions made by Detectree2.
2222
:alt: Prediction
2323
:align: center
2424

25-
26-
|
2725
Code developed by James Ball, Seb Hickman, Thomas Koay, Oscar Jiang, Luran Wang, Panagiotis Ioannou, James Hinton and Matthew Archer in the `Forest Ecology and Conservation Group <https://coomeslab.org/>`_
2826
at the University of Cambridge. The Forest Ecology and Conservation Group is led by Professor David Coomes and is part of the University of Cambridge `Conservation Research Institute <https://www.conservation.cam.ac.uk/>`_.
2927
MRes project repo available `here <https://github.com/shmh40/detectreeRGB/>`_.
@@ -36,19 +34,16 @@ Accurate delineation of individual tree crowns in tropical forests from aerial R
3634
*Remote Sens Ecol Conserv*. `https://doi.org/10.1002/rse2.332 <https://doi.org/10.1002/rse2.332>`_
3735

3836
.. toctree::
39-
:numbered:
4037
:maxdepth: 2
4138
:caption: Contents:
4239

4340
installation
44-
tutorial
45-
tutorial_multi
41+
tutorials/index
4642
cluster
43+
usage
4744
contributing
4845
using-git
4946
api
50-
.. _notebooks/contributing_guide
51-
.. _notebooks/trainingJB
5247

5348

5449
Indices and tables

docs/source/tutorial.rst

Lines changed: 0 additions & 786 deletions
This file was deleted.

docs/source/tutorial_multi.rst

Lines changed: 0 additions & 176 deletions
This file was deleted.

0 commit comments

Comments
 (0)