You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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?
The text was updated successfully, but these errors were encountered: