-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove large files and edits to readmes * readme * Bump version 1.0.8
- Loading branch information
Showing
8 changed files
with
45 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,8 @@ Detectree2是一个基于Mask R-CNN的自动树冠检测与分割的Python包。 | |
| :---: | :--- | | ||
|
||
<br/><br/> | ||
> [!WARNING] | ||
> Due to an influx of new users we have been hitting bandwidth limits. This is primarily from the file size of the pre-trained models. If you are using these models please aim to save them locally and point to them when you need them rather than downloading them each time they are required. We will move to a more bandwidth friendly set up soon. In the meantime, if installing the package is failing please raise it as an issue or notify me directly on [email protected]. | ||
> [!NOTE] | ||
> To save bandwidth trained models have been moved to [Zenodo](https://zenodo.org/records/10522461). Download models directly with `wget` or equivalent. | ||
|
||
## Citation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Tutorial (multiclass) | ||
===================== | ||
|
||
This tutorial goes through the steps of multiclass detection and | ||
delineation (e.g. species mapping, disease mapping). A guide to single | ||
class prediction is available | ||
`here <https://patball1.github.io/detectree2/tutorial.html>`_. The multiclass | ||
process is more complicated than single class prediction as the classes need to | ||
be correctly encoded in the data. | ||
|
||
The key steps are: | ||
|
||
1. Preparing data | ||
2. Training models | ||
3. Evaluating model performance | ||
4. Making landscape level predictions | ||
|
||
THE REST OF THIS TUTORIAL IS UNDER CONSTRUCTION |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.