Skip to content

Commit 34d68b6

Browse files
author
Yang Liu
committed
update
1 parent 07239ac commit 34d68b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pre_process.py

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def save_test_data(fnames, bboxes):
7373
x2 = min(x2 + margin, width)
7474
y2 = min(y2 + margin, height)
7575
# print(fname)
76-
pb.print_progress_bar((i + 1) * 100 / num_samples)
7776

7877
dst_path = os.path.join(dst_folder, fname)
7978
crop_image = src_image[y1:y2, x1:x2]

0 commit comments

Comments
 (0)