CSAILVision / LabelMeAnnotationTool

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

Parameter `image` not updated in URL #111

Closed nkrot closed 3 years ago

nkrot commented 3 years ago

When I press the button [Next Image], the new image is loaded but the URL is not updated in the browser address field. Which makes it difficult to track where I have stopped annotating the images, and consequence, difficult to resume next when I am back to annotation task.

If it is difficult to update the URL, it would be at least possible to display the image file name somewhere in the UI.

Can it be fixed?

UPDATE It turns out, there is a way to show the image filename in web UI, by editing the source code

// file: annotationTools/js/globals.js
var showImgName = true;
xavierpuigf commented 3 years ago

You can also show the image without changing the source code, by setting it as a parameter in the url: [yoururl]?showimgname=true

nkrot commented 3 years ago

@xavierpuigf , there is no reason to close the ticket because parameter image remains non-updated in the URL. And this is the main point of the ticket. The other thing is a temporary workaround.