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

Patch sorting #97

Open
2 of 5 tasks
mzur opened this issue Aug 15, 2022 · 2 comments
Open
2 of 5 tasks

Patch sorting #97

mzur opened this issue Aug 15, 2022 · 2 comments

Comments

@mzur
Copy link
Member

mzur commented Aug 15, 2022

We could implement a sorting mechanism for Largo. Possible ways dor sorting are:

  • By "patch prototype" to detect outliers (see Outlier detection #88).

  • By pixel size. Use case (quoted from email):

    This would aid (i) in the process of species identification, where some species are generally smaller (or bigger) than others, (ii) to quickly delete very small annotations (or below a designated body-size threshold), which are also more difficult to confidently, and consistently, identify , and (iii) to quickly check that some point data were not incorrectly recorded as a point instead of measured as a line (or vice versa) during manual image annotation.

  • By created_at date of the annotation label (which is not the default because this sorts by annotation ID/creation and not by annotation label ID/creation!).

  • By file, i.e. files are ordered by filename (default in the volume overview) and the annotations are then ordered by their IDs within a file. Example: file a with annotations 1 and 3, file b with annotations 2 and 4. The default sorting would display 1, 2, 3, 4. Ordering by file will display 1, 3, 2, 4.

  • By similarity Sort by similarity #125

@mzur mzur added the student label Aug 15, 2022
@mzur mzur moved this to Medium Priority in BIIGLE Roadmap Aug 15, 2022
@mzur mzur removed the student label Oct 20, 2022
@mzur mzur added the MI3 label Oct 18, 2023
@mzur
Copy link
Member Author

mzur commented Oct 24, 2023

This can be implemented as a new sidebar tab similar to the one in the volume overview.

@mzur mzur mentioned this issue Oct 24, 2023
@mzur mzur mentioned this issue Jan 10, 2024
33 tasks
@mzur
Copy link
Member Author

mzur commented Jan 25, 2024

The sidebar tab was implemented as part of #120.

@mzur mzur mentioned this issue Oct 10, 2024
@mzur mzur removed the MI3 label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Medium Priority
Development

No branches or pull requests

1 participant