GithubHelp home page GithubHelp logo

qgis-plugin-deepness's Introduction

dsf_logo

Deepness: Deep Neural Remote Sensing QGIS Plugin

main GitHub contributors PRs Welcome GitHub stars GitHub forks

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

  • Install QGIS (the plugin was tested with QGIS 3.12)
    • Debian/Ubuntu based systems: sudo apt install qgis
    • Fedora: sudo dnf install qgis-devel
    • Arch Linux: sudo pacman -S qgis
    • Windows, macOS and others
  • Create virtual environment (with global packages inherited!):
python3 -m venv venv --system-site-packages
  • Create a symlink to our plugin in a QGIS plugin directory:
ln -s $PROJECT_DIR/plugin/deepness ~/.local/share/QGIS/QGIS3/profiles/default/python/plugins/deepness
  • Activate the environment and install requirements:
. venv/bin/activate
pip install -r requirements.txt
  • Run QGis in the virtual environment:
export IS_DEBUG=true  # to enable some debugging options
qgis
  • Enable Deepness plugin in the Plugins -> Manage and install plugins
  • Install and enable:
    • Plugin reloader plugin - allows plugins reloading
    • first aid plugin - prints stack traces for exceptions

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.

qgis-plugin-deepness's People

Contributors

bartoszptak avatar dpieczynski avatar przemyslaw-aszkowski avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.