You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the setup instructions and ran the command svg2json with-gimp.svg image.jpg but it doesn't actually create a with-gimp.json file anywhere I can see. Obviously, when trying to run labelme with-gimp.json, it results in an error that says "no such file: with-gimp.json". Any ideas why this might be happening? Thanks!
The text was updated successfully, but these errors were encountered:
It seems like we had a missing dependency: a91d200
Hopefully re-running from the pip install -e svglabel/ (and maybe re-opening the terminal) should solve it!
Hi, thanks for checking. I re-installed and re-opened the terminal. Running "svg2json with-gimp.svg image.jpg" still doesn't do anything for me, but it does look like if I call the function in the Python script like this...
It does make a file:
The file, however, is not identifiable by Labelme:
I do wonder if it has something to do with different versions of Labelme. Do you have any idea what version you might have used when making this? Cheers
Maybe the command was not added correctly to the path?
Could you give me more details on your environment (os, python version), and any error messages?
but it does look like if I call the function in the Python script like this...
The second argument should be the original image file.
So in this case:
I followed the setup instructions and ran the command svg2json with-gimp.svg image.jpg but it doesn't actually create a with-gimp.json file anywhere I can see. Obviously, when trying to run labelme with-gimp.json, it results in an error that says "no such file: with-gimp.json". Any ideas why this might be happening? Thanks!
The text was updated successfully, but these errors were encountered: