NaturalIntelligence / imglab

To speedup and simplify image labeling/ annotation process with multiple supported formats.
https://solothought.com/imglab/
MIT License
985 stars 608 forks source link

change the color of the slider thumbnail to mark the image annotation #170

Open kaartz opened 5 years ago

kaartz commented 5 years ago

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

Note : Please ensure that you've read contribution guidelines before raising this PR.

amitguptagwl commented 5 years ago

Can you please share a screenshot. ? A GIF would be better.

kaartz commented 5 years ago

Can you please share a screenshot. ? A GIF would be better.

Hi Amit, Sorry for the late response. Here is the gif. image_status

amitguptagwl commented 5 years ago

@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.