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

Sort by similarity using different labeled item #182

Open
dlangenk opened this issue Jul 23, 2024 · 2 comments
Open

Sort by similarity using different labeled item #182

dlangenk opened this issue Jul 23, 2024 · 2 comments

Comments

@dlangenk
Copy link
Member

dlangenk commented Jul 23, 2024

Imagine you have the situation of having automatically or manually annotated a general coarse category like fish. In a second step you would like to use largo and similarity search to do the fine grained relabeling to butterfly fish, clownfish,.... Now you have a new volume with coarse fish annotations. You could now use the already fine grained labeled objects and similarity search to find e.g. butterfly fish in the new coarse annotations. However, since they are in different label categories you cannot use similarity search.

We could make it possible to pin items until they are manually unpinned and keep them pinned even when changing labels.

@mzur
Copy link
Member

mzur commented Jul 23, 2024

You mean in the project Largo where a new volume might be added? That could be useful. I'll try to boil this down:

Change the behavior of similarity sorting so the pinned annotation remains pinned even if it's label is not the same than the currently selected label. This would make similarity sorting more similar to the other sorting options again because the sorting no longer has to be reset when a new label is selected.

@mzur mzur moved this to Medium Priority in BIIGLE Roadmap Jul 23, 2024
@dlangenk
Copy link
Member Author

Mostly for the project Largo, but might also be useful for the volume Largo, but this is not as easily motivated, so I chose the project Largo use case.

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

2 participants