Labelme2Coco icon indicating copy to clipboard operation
Labelme2Coco copied to clipboard

Make your own dataset for object detection and transform the format to coco json format

Results 6 Labelme2Coco issues
Sort by recently updated
recently updated
newest added

Hi I am using labelme2coco with pixellib. It works fine with Windows10, but not with Windows11. The tool creates a directory and then wants to write to a text file....

Traceback (most recent call last): File "", line 1, in File "/home/reshu/Downloads/labelme2coco-0.1.2/labelme2coco/__init__.py", line 14, in convert labelme2coco(labelme_folder, save_json_path) File "/home/reshu/Downloads/labelme2coco-0.1.2/labelme2coco/labelme2coco.py", line 34, in __init__ self.save_json() File "/home/reshu/Downloads/labelme2coco-0.1.2/labelme2coco/labelme2coco.py", line 145, in...

Traceback (most recent call last): File "/home/hustget/labelme2coco/coco.py", line 11, in labelme2coco.convert(labelme_folder, save_json_path) File "/media/hustget/E240392A40390737/labelme2coco/labelme2coco/__init__.py", line 14, in convert labelme2coco(labelme_folder, save_json_path) File "/media/hustget/E240392A40390737/labelme2coco/labelme2coco/labelme2coco.py", line 34, in __init__ self.save_json() File "/media/hustget/E240392A40390737/labelme2coco/labelme2coco/labelme2coco.py", line...

你好!,运行代码 出现以下错误,请问是什么原因呢? Traceback (most recent call last): File "labelme2coco.py", line 162, in labelme2coco(labelme_json,'train.json') File "labelme2coco.py", line 34, in __init__ self.save_json() File "labelme2coco.py", line 142, in save_json self.data_transfer() File "labelme2coco.py", line...

Hi, thank you for this tool but i got an issue. with this command ``` # convert labelme annotations to coco labelme2coco.convert(labelme_folder, save_json_path) ``` I got AttributeError: `module 'labelme2coco' has...

raceback (most recent call last): File "/data/tools/1.py", line 330, in labelme2coco(labelme_json,save_image_dir, coco_dir) File "/data/tools/1.py", line 44, in init self.save_json() File "/data/tools/1.py", line 182, in save_json self.data_transfer() File "/data/tools/1.py", line 67,...