bug fixed
This commit is contained in:
parent
7b0087be3c
commit
2794fbe31c
|
@ -13,7 +13,6 @@ If you've already marked your segmentation dataset by LabelMe, it's easy to use
|
||||||
---------
|
---------
|
||||||
|
|
||||||
## New
|
## New
|
||||||
|
|
||||||
- export data as yolo polygon annotation (for YOLOv5 v7.0 segmentation)
|
- export data as yolo polygon annotation (for YOLOv5 v7.0 segmentation)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
__version__ = '0.0.5'
|
__version__ = '0.0.6'
|
||||||
|
|
|
@ -119,7 +119,6 @@ def save_yolo_image(json_data, json_name, image_dir_path, target_dir):
|
||||||
return img_path
|
return img_path
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class Labelme2YOLO(object):
|
class Labelme2YOLO(object):
|
||||||
|
|
||||||
def __init__(self, json_dir):
|
def __init__(self, json_dir):
|
||||||
|
|
Loading…
Reference in New Issue