Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

labelme2coco does not work with Windows 11 #168

Open
wisi-testpilot opened this issue Apr 5, 2023 · 4 comments
Open

labelme2coco does not work with Windows 11 #168

wisi-testpilot opened this issue Apr 5, 2023 · 4 comments

Comments

@wisi-testpilot
Copy link

wisi-testpilot commented Apr 5, 2023

Hello!
I trained a model to detect meteor echoes and Starlink satellites with a RADAR. It works fine with Windows 10, see images, but not with Windows 11, see the black image. The problem is labelme2coco. Usually the tool creates two text files at the beginning of the training. Under Window11 it creates a directory and then wants to write to the text file. Then comes Errno13. (It's not a real permission error!) I would really appreciate your help.
Best regards
Wilhelm

I have tried different versions of labelme2coco.
This is my setut, that works with Win10.
pip3 install scikit-image==0.18.3
pip3 install numpy==1.19.5
pip3 install tensorflow==2.5.0
pip3 install imgaug
pip3 install pixellib --upgrade
pip3 install labelme2coco==0.1.2

3

4

labelme2coco-Error

test-final

Two original Spectrum Lab plots:

GRAVES-XYmVV_230405055400
GRAVES-XYmVV_230405055420

@snowformatics
Copy link

Hi Wilhelm,

it works if you use an older version of labelme2coco
pip install labelme2coco==0.1.2

You have to delete all folders created previously by a newer version of labelme2coco, so you better copy the "Nature" dataset again.

See this issue:
#123 (comment)

Greetings
Stefanie

@snowformatics
Copy link

Ok sorry, I saw that you are actually using that version. Have you tried a newer version of labelme2coco? Or maybe this helps #123 (comment)

@wisi-testpilot
Copy link
Author

wisi-testpilot commented Apr 22, 2023

Hello Stefanie,
I have dealt extensively with labelme2coco. Only the very first version works with Windows 11. It must be a bug. I hoped the author takes care of it and had written a post in Discussions.
https://github.com/fcakyon/labelme2coco
I am not on any of his social media channels. Maybe you would like to send him a message.
Best regards
Wilhelm

@snowformatics
Copy link

Hi Wilhelm,

thanks for the feedback, I will try to contact the author via Twitter.

Best regards
Stefanie

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants