| Who | When |
Messages | |
|
|
|
| Paul Davis
|
204
|
 |
|
11-13-2009 03:11 PM ET (US)
|
|
Another question, I was looking at the wordnet extension, does this only work with Matlab also
Paul
|
| Paul Davis
|
203
|
 |
|
11-13-2009 12:40 PM ET (US)
|
|
Um...I dont use matlab :-), or should I say I do not have matlab
Paul
|
LabelMe
|
202
|
 |
|
11-13-2009 11:26 AM ET (US)
|
|
Currently, the annotation tool does not allow suggesting a default set of labels. The user must type in the label. To interact with the data, there is a Matlab toolbox with various functions for plotting, extracting a polygon mask, etc. You may find these functions helpful for parsing and extracting various properties (e.g. points interior to the annotated polygon). The Matlab toolbox can be downloaded here: http://labelme.csail.mit.edu/LabelMeToolbox/index.html
|
| Paul Davis
|
201
|
 |
|
11-13-2009 11:20 AM ET (US)
|
|
Guys tks for the help on the install, it seems to have been a file owner problem.
So now I have a few more questions :-)
1. When I annotate a image, and it asks me to label it, is it possible to suggest a default set of labels from somewhere
2. When the annotation is done it stores them in the Annotations folder, so I had a look at the file, but wanted to know what the fields were: I have
<annotation><filename>boo.jpg</filename><folder>folder</folder><source><sourceImage>The MIT-CSAIL database of objects and scenes</sourceImage><sourceAnnotation>LabelMe Webtool</sourceAnn otation></source><object><name>laptop</name><deleted>0</deleted><verified>0</verified><date>13-Nov-2009 16:11:14</date><id>0</id><polygon><username>anonymous</username><pt><x>37</x><y>348</y></pt><pt> <x>47</x><y>451</y></pt><pt><x>108</x><y>611</y></pt><pt><x>190</x><y>776</y></pt><pt><x>382</x><y>858</y></pt><pt><x>1153</x><y>677</y></pt><pt><x>1072</x><y>424</y></pt><pt><x>933</x><y>279</y></ pt><pt><x>532</x><y>296</y></pt></polygon></object><imagesize><nrows>960 </nrows><ncols>1280 </ncols></imagesize></annotation>
Is the x/y where I clicked as I went around the picture, or some other points. Also if I know the x,y points of the picture as given by the data above, does anyone know of a simple way of storing the pixels contained within
e.g I have a square shape x1=10, y1=10, x2=20, y2=10, x3=20, y3=20, x4=10, y4=20. Now this is what it stored in the annotation file from what I can see. However if I knew a point say 15,15, how can I work out that that is within the square, I know there must be a formula for this somewhere, just cant seet it :-)
tks
Paul
|
| Paul Davis
|
200
|
 |
|
11-12-2009 12:53 PM ET (US)
|
|
Done, and tks
|
LabelMe
|
199
|
 |
|
11-12-2009 12:36 PM ET (US)
|
|
Please e-mail me directly (russell AT di DOT ens DOT fr) the URL. I'll have a look. Thanks.
|
| Paul Davis
|
198
|
 |
|
11-12-2009 12:21 PM ET (US)
|
|
|
LabelMe
|
197
|
 |
|
11-12-2009 06:07 AM ET (US)
|
|
Hi Paul,
Can you please send me the URL of your copy of the annotation tool? I can have a quick look.
Make sure that you are enabling perl/CGI in your httpd.conf file:
Options +Includes +ExecCGI AddType text/html .shtml AddOutputFilter INCLUDES .shtml AddHandler cgi-script .cgi .pl
|
| Paul Davis
|
196
|
 |
|
11-12-2009 12:07 AM ET (US)
|
|
Hi
I downloaded the latest version and went through the install instructions (ubuntu), created the 3 directories, and ran make, which all went well. Then I went to the URL
www.myname.com/tool.html, and the error unknown objXml.status pops up a couple of times, and then the icons appear, BUT no image loaded.
I am seeing alot of "premature end of script headers" in my apache error_log also.
I am running Firefox on a mac, and have checked the Page info for xhtml +xml, and it shows the correct info.
Any pointers...
Paul
|
| Antonio Torralba
|
195
|
 |
|
11-03-2009 12:43 PM ET (US)
|
|
thanks for pointing out this bug. Please, download the toolbox again from the labelme website. That bug should be fixed now. Let us know if you still encounter any problem.
On Nov 3, 2009, at 6:24 AM, QT - Gibbs wrote:
< replied-to message removed by QT >
|
| Gibbs
|
194
|
 |
|
11-03-2009 06:24 AM ET (US)
|
|
Hi guys, I think you may have a tiny bug. I've just download the last LabelMe toolbox, when I tried to run the following lines I got an error >> HOMEANNOTATIONS = ' http://labelme.csail.mit.edu/Annotations'; >> HOMEIMAGES = ' http://labelme.csail.mit.edu/Images'; >> D = LMdatabase(HOMEANNOTATIONS, {'static_street_statacenter_cambridge_outdoor_2005'}); ??? Undefined function or variable "Nfolders". Error in ==> LMdatabase at 109 for f = 1:Nfolders ------------ It was easily solved when I added in line 70 of LMdatabase.m: if Narg == 2 Folder = varargin{2} Nfolders = length(Folder) end I don't know if it's the right solution but it worked for me.
|
| |
Messages 193-192 deleted by topic administrator 10-23-2009 02:05 AM |
| User
|
191
|
 |
|
10-16-2009 01:32 PM ET (US)
|
|
|
| Allen
|
190
|
 |
|
09-22-2009 09:07 AM ET (US)
|
|
I have downloaded both Label Me and Annotation Tool box for scene perception experiment. Based on the instruction, all data files are saved in Annotation folder in XML format. If we are running the same experiment for many subjects and we would like to see each participant's capability in labelling the object on the scene. How can I modify the matlab program (maybe Label Me or AnnotationTool) to achieve the following purposes: 1) Save the annotation data for each subject in separate folders for analysis purpose 2) Read the result from the XML as an image to scoring purpose (e.g. whether they label the right object at the right location)? Many thanks for your help!
|
|
|
189
|
 |
|
07-30-2009 03:22 PM ET (US)
|
|
Deleted by topic administrator 08-01-2009 03:00 PM
|