Open wan-andrea opened 3 months ago
Hello,
It seems like we had a missing dependency: a91d20079b8dd2be53c106de16f82fbb19dd31af
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
Hello,
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:
svg2json("examples/with-gimp.svg", "examples/image.jpg")
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!