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

Add LabeledFrame table to the GUI #736

Open
talmo opened this issue May 12, 2022 · 0 comments
Open

Add LabeledFrame table to the GUI #736

talmo opened this issue May 12, 2022 · 0 comments
Labels
enhancement New feature or request stale but not fixed Issues that have been backlogged for a long time, but may be addressed in the future

Comments

@talmo
Copy link
Collaborator

talmo commented May 12, 2022

Problem: Currently, LabeledFrame instances are not represented graphically in the GUI other than in the suggestions. This makes it hard to search for specific types of frames that meet particular criteria.

Desired columns:

  • Video (index? filename? full path?)
  • Background frame flag (Designate some frames as "null" frames with no animals #640)
  • Number of total instances
  • Number of predicted instances
  • Number of user labeled instances
  • Number of "consumed" predicted instances (ones that have a Instance associated with them)
  • Number of low scoring predicted instances (using a fixed threshold?)
  • Average scores for predicted instances
  • Last interacted (or interacted recency?) like labels.context.state["last_interacted_frame"] which is used in GoLastInteractedFrame

More broadly: this table widget and table data model should be flexible enough to incorporate other types of search criteria, possibly including dynamically defined ones where the user sets a manual threshold. Examples:

  • minimum distance between head and abdomen across instances
  • minimum time since track spawn
  • average velocity

Some might be very performance intensive, so we should curate a subset that are more useful and leave room for future expansion that is more flexible.

Related issues: #640, #641

@talmo talmo added the enhancement New feature or request label May 12, 2022
@roomrys roomrys added the stale but not fixed Issues that have been backlogged for a long time, but may be addressed in the future label Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale but not fixed Issues that have been backlogged for a long time, but may be addressed in the future
Projects
None yet
Development

No branches or pull requests

2 participants