Releases: PatBall1/detectree2
Releases · PatBall1/detectree2
v2.0.1
v2.0.0
Major changes and upgrades
Tiling
- Tiling now works with the path to the orthomosaic as an argument (rather than the orthomosaic). This will require previous scripts to be adjusted.
- Tiling is now parallelised rather than sequential. This should speed up the tiling process on multi-core systems.
Multispectral compatibility
- Tiling and training now works with MS imagery (as well as RGB) - this is described in the updated tutorial.
- There is no upper bound on the number of bands that can be used (except for memory limitations of the system) - this can mean additional spectral and non-spectral (e.g. CHM bands) can be stacked
Multi-class models
- The functionality of multi-class training has been upgraded - this is described in the updated tutorial
- It is now easier to train models to detect and classify trees of different types (e.g. species, liana infestations)
- A "class mapping" is generated at the tiling stage and carried throughout the training and prediction stages
Please raise and issues you find with the new features and we will get them fixed ASAP.
v1.0.8
v1.0.7
v1.0.6
v1.0.5
to_traintest_function
tweaked to support cases where there is limited available data. It is now possible to not reserve any data for testing (keeping it all for training/validation). Through the strict
argument it is also possible to control whether no overlap in the buffer of training/validation tiles and test tiles is enforced.
This flexibility should help users who have limited data to train on.