We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07239ac commit 34d68b6Copy full SHA for 34d68b6
pre_process.py
@@ -73,7 +73,6 @@ def save_test_data(fnames, bboxes):
73
x2 = min(x2 + margin, width)
74
y2 = min(y2 + margin, height)
75
# print(fname)
76
- pb.print_progress_bar((i + 1) * 100 / num_samples)
77
78
dst_path = os.path.join(dst_folder, fname)
79
crop_image = src_image[y1:y2, x1:x2]
0 commit comments