PUTvision / qgis-plugin-deepness

Deepness is a remote sensing plugin that enables deep learning inference in QGIS
https://www.buymeacoffee.com/deepness
Apache License 2.0
88 stars 20 forks source link

dsf_logo

Deepness: Deep Neural Remote Sensing QGIS Plugin

main GitHub contributors PRs Welcome GitHub stars GitHub forks

:coffee: :coffee: :coffee: Do you like the plugin? Do you want to keep it maintained? Support us and buy "coffee". :coffee: :coffee: :coffee:

Plugin for QGIS to perform map/image segmentation, regression and object detection with (ONNX) neural network models.

Introduction video

Video title

Documentation

You can find the documentation here.

Deepness Model ZOO

Check our example models in the Model ZOO.

Development

python3 -m venv venv --system-site-packages
ln -s $PROJECT_DIR/src/deepness ~/.local/share/QGIS/QGIS3/profiles/default/python/plugins/deepness
. venv/bin/activate
pip install -r ./src/deepness/python_requirements/requirements.txt
export IS_DEBUG=true  # to enable some debugging options
qgis

After the plugin code is modified, use the Plugin reloader to reload our plugin.

Unit tests

See test/README.md

Bugs, feature requests and questions

If you encountered some problems or have some feature requests you think will make this project better, consider opening an issue.

If you don't understand something and/or have some questions, ask them in Discussions.

Contributing

PRs are welcome! Read our General Information for Developers. Consider discussing your plans with maintainers.

Citation

Is our plugin help you in research? Please cite it:

@article{ASZKOWSKI2023101495,
title = {Deepness: Deep neural remote sensing plugin for QGIS},
journal = {SoftwareX},
volume = {23},
pages = {101495},
year = {2023},
issn = {2352-7110},
doi = {https://doi.org/10.1016/j.softx.2023.101495},
url = {https://www.sciencedirect.com/science/article/pii/S2352711023001917},
author = {Przemysław Aszkowski and Bartosz Ptak and Marek Kraft and Dominik Pieczyński and Paweł Drapikowski},
keywords = {QGIS, Deep learning, Remote sensing, Segmentation, Object detection},
}