bug fixed

This commit is contained in:
greatx 2022-11-25 10:33:42 +08:00
parent 7b0087be3c
commit 2794fbe31c
3 changed files with 2 additions and 4 deletions

View File

@ -13,7 +13,6 @@ If you've already marked your segmentation dataset by LabelMe, it's easy to use
---------
## New
- export data as yolo polygon annotation (for YOLOv5 v7.0 segmentation)
## Installation

View File

@ -2,4 +2,4 @@
#
# SPDX-License-Identifier: MIT
__version__ = '0.0.5'
__version__ = '0.0.6'

View File

@ -119,7 +119,6 @@ def save_yolo_image(json_data, json_name, image_dir_path, target_dir):
return img_path
class Labelme2YOLO(object):
def __init__(self, json_dir):