LabelMeAnnotationTool
LabelMeAnnotationTool copied to clipboard
Source code for the LabelMe annotation tool.
Blank Screen
My apache server is working correctly on Ubuntu since I can annotate using the Label Me Video version. However having installed the Label Me Image tool, when I navigate to...
When using polygon tools, bounding box and the polygon lines are not showing. You can check the problem here: https://labelme.iamtzar.com/
When annotating an image, labelme will sometimes crash if I delete a point on a polygon/linestrip/etc. It doesn't always happen but happens enough that it is noticeable.
After pasting the example URL that in my case is `file:///Users/dasm/projects/LabelMeAnnotationTool/tool.html?collection=0&mode=f&folder=example_folder&image=img1.jpg` I see the empty white screen in a browser. Am I missing something?
OS: Ubuntu 18.04 Follow Instruction: [UBUNTU_16_04](https://github.com/CSAILVision/LabelMeAnnotationTool/blob/master/UBUNTU_16_04.md) I tried solution from https://github.com/CSAILVision/LabelMeAnnotationTool/issues/69 and https://github.com/CSAILVision/LabelMeAnnotationTool/issues/1: Setting $LM_HOME by input in shell ``` export LM_HOME=/var/www/html/LabelMeAnnotationTool ``` But it doesn't work, the tool.html still...
Hello everyone! We are working with research on image annotations at the university (UEFS/BR). In COCO Annotation, CVAT Annotation and LabelMe Annotation, we can upload and annotate images up to...
Ubuntu 16.04 LTS. Install went ok, all apache mods required have been enabled. Image appears on page load, but then the page returns an error: Fatal: there are problems with...
I am looking at the code in `https://github.com/CSAILVision/LabelMeAnnotationTool/blob/master/annotationTools/perl/fetch_image.cgi` and keep seeing `return` statement being used outside of a function, like this ``` if(!open(FP,$fname)) { print "Status: 404\n\n"; return; #
I think it would increase the visibility of this repo to add Github topics. I was surprised when I didn't see this repo near the top of https://github.com/topics/image-labeling Instructions for...
When updating hundreds of objects it lags amazingly because of the object list being recreated each time a little modification is detected. This pull request optimizes the refreshing which reduces...