Plugin for QGIS to perform map/image segmentation, regression and object detection with (ONNX) neural network models.
You can find the documentation here.
Check our example models in the Model ZOO.
sudo apt install qgis
sudo dnf install qgis-devel
sudo pacman -S qgis
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
Deepness
plugin in the Plugins -> Manage and install plugins
Plugin reloader
plugin - allows plugins reloadingfirst aid
plugin - prints stack traces for exceptionsAfter the plugin code is modified, use the Plugin reloader
to reload our plugin.
See test/README.md
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.
PRs are welcome! Read our General Information for Developers. Consider discussing your plans with maintainers.
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},
}