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
89 stars 20 forks source link

How was this plugin built? Using Qgis plugin builder? #155

Open INF800 opened 4 months ago

INF800 commented 4 months ago

Hi,

I am trying to build a small plugin for qgis that uses segment anything model from FAIR. Planning to use UI like yours.

Can you help me with how you've built the plugin?

INF800 commented 4 months ago

Never mind. Understood after some look ups. building a small plugin here: https://github.com/INF800/qgis_segment_anything/tree/main.

Quick question - I am new to qgis plugins, how do you install third party packages in deepness? Install it directly with subprocess? I'm looking for some better alternative where I can have an independent virtual environment.

przemyslaw-aszkowski commented 4 months ago

Hi @INF800 Interesting project idea! Feel free to reuse parts of our plugin code or ask some questions. To install requirements we created a custom module packages_installer_dialog.py. It installs the packages in the directory and adds that folder to the path.