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

feat(selfchkout): add UIs and scripts for visual interaction & easy demo #209

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

mjdivankoller
Copy link

The update focuses on the Automated Self-checkout reference implementation.

  • It incorporates a new Gradio-based UI that provides interactivity and additional options to view, process, and review the video (See the Jupyter Notebook), detections/tracking, and log messages.
    • It can choose a different video for previewing (full or small screen) and processing it.
    • The processed video is shown when the batch of frames is released (progressive).
    • It can save the final processed video for future reference.
    • A Log table allows the user to filter outputs dynamically while the video is under processing or once processed.
    • A bar plot shows the detected object classes and their frequency.
    • The purchased items are shown as an independent table to contrast them with log messages and detected objects.
  • It adds a set of scripts to make it easier to test the demo. For example, you can install, run, or clean the environment and run the demo visually directly (See the 'Scripts' section).

@adrianboguszewski adrianboguszewski self-requested a review February 27, 2025 13:04
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.

1 participant