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

Better support for Image & Video detection #2

Merged
merged 10 commits into from
Jul 5, 2024
Merged

Better support for Image & Video detection #2

merged 10 commits into from
Jul 5, 2024

Conversation

lucafacchini0
Copy link
Collaborator

Changes Included

  1. Added New Window for Displaying Final Image with Detections & Bug Fixes

    • New CTk Window: Introduced a new CTk window to showcase the generated image with detections.
    • Improved Navigation: The window now contains the image, appropriately resized, alongside a 'Go Back' button for user navigation.
    • Bug Fixes: Addressed resizing issues ensuring the image fits within specified dimensions.
  2. Added TextBox to Display Detections & Bug Fixes in Image and Video windowses

    • New TextBox: Implemented a new feature where a textbox now showcases all the detections made in the image_detection() and video_detection() function.
    • Critical Bug Fix: Resolved a critical issue where renaming or deleting the selected file in the image tab would result in the program attempting to access a non-existing path.
    • General GUI Redesign: Improved and optimized the user interface.
  3. Video Detection Support with Ongoing Stability Refinements

    • Video Detection Feature: Implemented video detection functionality.

To Be Completed

  • Optimization of stability for the video detection functionality.
  • Optimization for responsible windows.
  • Implementation of additional unit tests to ensure the robustness of the new features.
  • Further refinements and improvements to the user interface based on feedback.

Notes

This pull request is still in development and not ready to be merged into the main branch.

+ Introduced a new CTk window to showcase the generated image with detections. The window now contains the image, appropriately resized, alongside a 'Go Back' button for user navigation. Bug fixes include addressing resizing issues ensuring the image fits within specified dimensions.
+ Implemented a new feature: a textbox now showcases all the detections made in the image_detection() function.
+ Fine-tuned the image resizing process within image_detection() to prevent potential overlap issues with items.
+ Resolved a critical issue where renaming or deleting the selected file in the image tab would result in the program attempting to access a non-existing path.
+ General GUI re-design
+ Implemented video detection feature.
- Requires stability enhancements; bug fixes needed.
+ Added a function for webcam_detection()
++ Check if a webcam is connected. 

The function hasn't been implemented yet.
+ Built webcam_detection() function
@AR10Dev AR10Dev marked this pull request as ready for review July 5, 2024 20:56
@AR10Dev AR10Dev changed the title [Incomplete] Better support for Image & Video detection Better support for Image & Video detection Jul 5, 2024
@AR10Dev AR10Dev merged commit 2f6b906 into master Jul 5, 2024
3 checks passed
@AR10Dev AR10Dev deleted the next branch July 5, 2024 23:28
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

Successfully merging this pull request may close these issues.

2 participants