Skip to content

Commit 05df9bf

Browse files
authored
Update labelImg_2_yolov5.py
1 parent de6a4f3 commit 05df9bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labelImg_2_yolov5.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import shutil
88
from pathlib import Path
99

10+
from tqdm import tqdm
1011

1112
class LabelImgToYOLOV5(object):
1213
def __init__(self, root_dir, out_dir, val_ratio, have_test, test_ratio):

0 commit comments

Comments
 (0)