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

App Freezes When Applying SIFT - Suggest Enhancement for Responsiveness #1

Open
cln-Kafka opened this issue Oct 5, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@cln-Kafka
Copy link
Member

When applying the SIFT algorithm, the app becomes unresponsive for an extended period that can reach hours. This is due to the heavy computation required for feature detection and description.

I suggest enhancing the app's responsiveness by:

  • Implementing threading to run the SIFT process in the background.
  • Adding a progress bar to visually indicate the progress of the operation.
  • Including more informative UI elements, such as a dialog box, to inform users that the process may take time and to sit tight.

This would improve the overall user experience.

@cln-Kafka cln-Kafka added enhancement New feature or request good first issue Good for newcomers labels Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant