Giter VIP home page Giter VIP logo

Comments (8)

z24 avatar z24 commented on August 18, 2024

Same here...

Is there a workable README or INSTALLATION GUIDE?

Apache/2.4.10
PHP 5.4.36

from labelmeannotationtool.

brussell123 avatar brussell123 commented on August 18, 2024

Thanks for raising these issues.

To help me debug, can you please respond with the output from the javascript console? You can copy and paste from Chrome by navigating via "View=>Developer=>Javascript Console". Thanks!

from labelmeannotationtool.

wzgwzg avatar wzgwzg commented on August 18, 2024

I encountered the similar problem recently. I am using a local server with operating system centos 7.3. I can access LabelMe web page and draw polygons, but no xml annotations and log files are generated. Corresponding folders have write permissions, SSI and Perl/CGI also seem OK.

from labelmeannotationtool.

caleale90 avatar caleale90 commented on August 18, 2024

I am encountering the same error, but for a sligthly different problem.
If I load images into the folder I can see xml files after tagging, but if I put into Annotations folder old xml files I can tag and see old tags on the screen, but new changes are not saved into xml files.

from labelmeannotationtool.

JMingKuo avatar JMingKuo commented on August 18, 2024

My LabelMe did not save any modification at the web interface when I have hand-made xml file as initial.
Currently, I solve this problem by modified the "data" in xml file to far future like '31-Dec-2099 11:59:59'.
Hope this helps.

from labelmeannotationtool.

hkaraoguz avatar hkaraoguz commented on August 18, 2024

I recently saw a bug in the browser tool. This could be related. If the file names contain a "." before the extension then the annotations are not saved, e.g., if the image name is something like "asd.a.jpg".

from labelmeannotationtool.

q841496770 avatar q841496770 commented on August 18, 2024

I am encountering the same error, but for a sligthly different problem.
If I load images into the folder I can see xml files after tagging, but if I put into Annotations folder old xml files I can tag and see old tags on the screen, but new changes are not saved into xml files.

Can U solved it?

from labelmeannotationtool.

samagra14 avatar samagra14 commented on August 18, 2024

Hey @brussell123

I was facing a similar issue. the thing is that it is possible that the XML files belong to a different user group or user.

Try running this inside the Annotation folder:

ls -l 

You should see an output like this

-rwxr-xr-x 1 samagra14 samagra14  482 Mar  2 17:06 PBbr79000312RP0118838553.xml
-rwxr-xr-x 1 samagra14 samagra14 482 Mar  2 17:06 PBbr79000322RP0118838559.xml
-rwxr-xr-x 1 www-data www-data 2553 Mar  2 17:34 img1.xml
-rwxr-xr-x 1 www-data www-data 1913 Mar  1 11:01 img2.xml

Just change the groups and users to www-data using the following command:

sudo chown www-data <filename>
sudo chgrp www-data <filename>

If there are multiple files do this:

for f in ./*;
do sudo chown www-data $f;
done;

Thanks.

from labelmeannotationtool.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.