detectree icon indicating copy to clipboard operation
detectree copied to clipboard

Tree detection from aerial imagery in Python

Results 10 detectree issues
Sort by recently updated
recently updated
newest added

* detectree version: 0.4.1 * Python version: 3.9 * Operating system: Ubuntu 20.04 ### Description Attempt to import `detectree`, results in import error, ` _gaussian_kernel1d` cannot be imported. This is...

* detectree version: 0.4.1 * Python version: 3.9 * Operating system: macOS big sur 11.4 ### Description After installing detectree, I try to execute some cli commands, like `detectree train-test-split...

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....

dependencies

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...

dependencies

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies

updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/commitizen-tools/commitizen: v4.1.0 → v4.10.0](https://github.com/commitizen-tools/commitizen/compare/v4.1.0...v4.10.0) - [github.com/executablebooks/mdformat: 0.7.21 → 1.0.0](https://github.com/executablebooks/mdformat/compare/0.7.21...1.0.0) - [github.com/pappasam/toml-sort: v0.24.2 → v0.24.3](https://github.com/pappasam/toml-sort/compare/v0.24.2...v0.24.3) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.1) - [github.com/python-jsonschema/check-jsonschema: 0.31.0 →...

the pixel-level classification is refined by means of a graph cuts algorithm \[@boykov2004experimental\] to avoid sparse pixels classified as trees by enforcing consistency between adjacent tree pixels ![figure](https://github.com/martibosch/detectree/assets/38464102/ad7f899e-2fe3-4c33-9c95-59639173169c)

Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5. Release notes Sourced from stefanzweifel/git-auto-commit-action's releases. v5.0.0 New major release that bumps the default runtime to Node 20. There are no other breaking changes....

dependencies

- detectree version: 0.5.1 - Python version: 3.11.9 64 bit - Operating system: win 11 ### Description i wanted to train a model, but train_test_split fails ### What I Did...