change the color of the slider thumbnail to mark the image annotation#170
Open
kaartz wants to merge 1 commit intoNaturalIntelligence:masterfrom
Open
change the color of the slider thumbnail to mark the image annotation#170kaartz wants to merge 1 commit intoNaturalIntelligence:masterfrom
kaartz wants to merge 1 commit intoNaturalIntelligence:masterfrom
Conversation
Member
|
Can you please share a screenshot. ? A GIF would be better. |
Author
Member
|
@kaartz Thanks for your effort. However, it'll confuse people when they just visit the image but don't annotate them. Instead, you can check if there is any labeled data present against an image. So if someone deletes all the labels, the mark will also be removed. To implement it in a better way, we should implement some global event management. Or rather if we transform this project in vue then store can be a good idea. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Purpose / Goal
This is a great tool for image annotation, but when annotating a large number of images it's very hard to keep track of the annotated images. I think I have tried to resolve this problem. Now when you click the thumbnail in the slider and load the image into the workspace the color of the thumbnail changes to red indicating that the image has been processed.
Issue: #168
Type
Please mention the type of PR
New Feature
Bug Fix
Refactoring / Technology upgrade
New Feature
Documentation
Other : | Please Specify |
Note : Please ensure that you've read contribution guidelines before raising this PR.