Kentaro Wada
Kentaro Wada
What error do you get?
Can you provide an example image to reproduce this?
I guess we should avoid this: "if the label file contains an imagePath is an absolute path" first (right?). Should be done here: https://github.com/wkentaro/labelme/blob/a6a8ee81540582cc6e4a28de400ec153452e03b3/labelme/app.py#L1260 Do you know why it is...
Can you separate the drawing and deleteLine and deletePoints functions as different PRs?
But this naive implementation makes duplicates of Json and image files. 
What happens when you do the following? ``` git clone https://github.com/wkentaro/labelme labelme labelme/examples/semantic_segmentation/data_annotated/ ```
I'm not sure why this happens, but it looks like pyqt is not installed properly. Maybe you need to run `pip install pyqt5`?
Have you tried this? https://github.com/wkentaro/labelme/issues/1011#issuecomment-1119394598 What does conda list says?
The last error seems caused by Python 3.10. https://github.com/wkentaro/labelme/issues/1020#issuecomment-1139749978 It will be fixed, but in the meanwhile, can you use 3.9 or older?
Can you try —output option to specify the JSON directory? Can you open an issue for the panel issue?