Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
INF800 opened this issue Feb 24, 2024 · 2 comments
Open

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

INF800 opened this issue Feb 24, 2024 · 2 comments

Comments

@INF800
Copy link

INF800 commented Feb 24, 2024

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
Copy link
Author

INF800 commented Feb 26, 2024

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
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants