CSAILVision / LabelMeAnnotationTool

Source code for the LabelMe annotation tool.
MIT License
1.39k stars 437 forks source link

Resume the annotation of the images . #71

Open roopeshn28 opened 6 years ago

roopeshn28 commented 6 years ago

Hi, I'm using this tool for my clients, they are having issue that when ever they login it points to the first image only and they need to press next untill they reach the image they need to annotate.Can you please tell how do i fix

Abhijit-2592 commented 6 years ago

@roopeshn28 I don't think you can directly do it. The work around I use is: write a small script that finds whether an image is labeled or not by checking if a corresponding xml file exists and populate a new collection accordingly, and point the url to that collection

roopeshn28 commented 6 years ago

@Abhijit-2592 can you tell me how i can do that?Bcz im new to the backend programming