-
Notifications
You must be signed in to change notification settings - Fork 264
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
Comments
Hi Wilhelm, it works if you use an older version of labelme2coco 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: Greetings |
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) |
Hello Stefanie, |
Hi Wilhelm, thanks for the feedback, I will try to contact the author via Twitter. Best regards |
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
Two original Spectrum Lab plots:
The text was updated successfully, but these errors were encountered: