QuickTopic (SM) free message boards QuickTopic (SM) free message boards
Skip to Messages
  Sign In to access your topic list  |New Topic |My Topics|Profile
Upgrade to Pro   Customize, show pictures, add an intro, and more:   QuickTopic Pro...and check out QuickThreadSM
Topic: LabelMe
Views: 10098, Unique: 2573 
Subscribers: 7
What's
this?
Printer-Friendly Page
Subscribe to get & post, or stop messages by email Subscribe
All messages    << 141-156  125-140 of 204  109-124 >>
About these ads
Who | When
Messagessort recent-top   
Post a new message
 
Antonio Torralba  125
11-02-2008 06:51 PM ET (US)
Thanks for the suggestion. CVS will be the best thing to do. We will try to set this up (maybe after the CVPR deadline...)

The toolbox is being updated very often but we always try to make sure that it is backwards compatible.

Antonio


QT - Tomasz wrote:
< replied-to message removed by QT >
USER  126
11-14-2008 11:51 AM ET (US)
Sir
Ive gone through your annotation tool.It is an excellent project and i downloaded(received thru mail) your source code.When i am trying to
configure it on my ubuntu system ,After running the make file it is showing some error in the 1st two lines (i.e, near Images and Annotations).Now if i run tool.html my screen is hanging up @ loading image......No image is being displayed .Please assist me in solving the problem asap!! its a kinda urgent!!!

Thanq!!
LabelMePerson was signed in when posted  127
11-14-2008 11:57 AM ET (US)
Hi,

Can you e-mail us directly what the Makefile error is? Also, make sure to check that your site is generating XHTML pages. If not, then you need to configure Server Side Includes (SSI) properly.

Bryan
bharath vissapragada  128
11-14-2008 12:13 PM ET (US)
Sir ,
Thanq for replying so fast.
Iam getting an error as follows:

------------------------------------------------------------- ------------------------------------------------------------- if [ -a "Images" ]; then echo "IMAGES_DIR all set."; else ln -s
/var/www/labcopy/lab/LabelMe1/Images Images; fi

[ : 1:Images: unexpected operator


if [ -a "Annotations" ]; then echo "ANNOTATIONS_DIR all set."; else ln -s /var/www/labcopy/lab/LabelMe1/Annotations Annotations; fi

[ : 1:Images: unexpected operator
--------------------------------------------------------------- --------------------------------------------------------
/var/www/labcopy/lab/LabelMe1 is my path ..iV created Images and Annotaions directories mannually . I also created directory figs in both images and annoations folders .I placed my images in he figs folder in Images directory.

I also dunno exactly about SSI .Can you please send me a link or something regarding it.

Thanks in advance


On Fri, Nov 14, 2008 at 10:27 PM, QT - LabelMe <
qtopic-37-E4xRZ7fZZhh@quicktopic.com> wrote:

>
< replied-to message removed by QT >
USER  129
11-14-2008 12:26 PM ET (US)
Sir,

In the page properties it is showing text/html ..not any xhtml or so!!
LabelMePerson was signed in when posted  130
11-14-2008 12:30 PM ET (US)
Hi,

Since it looks like the Images/ and Annotations/ folders are in the same directory as the annotation tool code, you can change the "all" line in the Makefile to read:

all: dirlists counter logs

Then, try running "make" again. If the rest of the commands do not work, then it looks like your system is not set up to properly execute the bash commands in the Makefile. My suggestion here is to do a Google search to resolve this.

Regarding SSI, I would suggest a web search since this depends on how your system is configured.

Best,
Bryan
bharath vissapragada  131
11-14-2008 12:40 PM ET (US)
Sir,

After editing "all" line as you said,Makefile is working properly without giving any errors
but when I am trying to open tool.html ..the screen is once again hanging @ Loading image
labelme.txt is showing all the images correctly.But in the page properties it is showing text/html.Please help me out!!

Thanks in advance

On Fri, Nov 14, 2008 at 11:00 PM, QT - LabelMe <
qtopic-37-E4xRZ7fZZhh@quicktopic.com> wrote:

>
< replied-to message removed by QT >
USER  132
11-14-2008 01:11 PM ET (US)
Sir

Now i have enabled SSI in my system. It is working fine as i have tested it by running a test file in the browser.Even then tool.html is hanging @ Loading image.... and the pageinfo is not showing xhtml and stuff. What might be the reason??

Thanks in advance
USER  133
11-14-2008 01:12 PM ET (US)
Please help me asap.. its kinda urgent!!!

thanx in anticipation
Noah  134
02-10-2009 04:39 PM ET (US)
Just wanted to let you know about a bug.

When editing or deleting an annotation a point is automatically created somewhere around the top left corner.

I have been experiencing this from the 2.0-3.0.6 Firefox browsers.
Alon CatzPerson was signed in when posted  135
02-24-2009 03:36 PM ET (US)
Hello all,

I am trying to use the matlab toolkit to calculate gist descriptor on my images and I am getting the following error in LMgist function

?? Undefined function or method 'prefilt' for input arguments of type 'single'.

Error in ==> LMgist at 115
        output = prefilt(img, param.fc_prefilt);

Error in ==> demoGist at 12
[gist, param] = LMgist(img, '', param);

Any help will be appreciated.
Antonio Torralba  136
02-24-2009 04:49 PM ET (US)
Thanks for pointing out the missing function. I have included the function with LMgist.m now. You will have to download the toolbox again. Make sure to clear your cache first. Let us know if it is still not working for you.

QT - Alon Catz wrote:
< replied-to message removed by QT >
Tomasz  137
02-25-2009 05:56 PM ET (US)
The annotations are getting quite dense for some images and it is hard to see what is labeled.

As a result, certain objects are labeled multiple times.

For example, same physical region has two "sky" labeled regions in the following image:

http://labelme.csail.mit.edu/tool.html?col...&image=p9160555.jpg
LabelMePerson was signed in when posted  138
02-25-2009 06:05 PM ET (US)
Thank you for pointing us to the duplicate label.

Currently the tool does not have a way to hide polygons. One way to get around this is via the zoom button. We know that this is not elegant, but hopefully we can address this problem in the future.
Alon CatzPerson was signed in when posted  139
02-27-2009 09:11 AM ET (US)
LMGist now works. Thanks a lot!
Tomasz  140
03-11-2009 06:10 PM ET (US)
Dear LabelMe Hackers:

Inside tags.txt there are a couple of duplicate tags:
"TAG: plant" and "TAG: balcony" appear twice.
>>[Tag,Descriptions]=loadtags('tags.txt');
The problem is that now:
length(Tag) ~= length(unique(Tag))

I think these two TAGs should be merged inside tags.txt. I am not sure if the problem persists inside LMaddtags since I use loadtags directly.
-Tomasz

P.S. I still think putting the LabelMeToolbox in SVN is a good idea.
RSS link What's this?
All messages    << 141-156  125-140 of 204  109-124 >>
QuickTopicSM message boards
Over 200,000 topics served
Learn more Frequently asked questions  Acknowledgements
What they're saying about QuickTopic
 Questions, comments, or suggestions? Contact Us
Read our use policy before beginning. We value your privacy; please read our privacy statement.
Copyright ©1999-2008 Internicity Inc. All rights reserved.