Update README.md
Browse files
README.md
CHANGED
@@ -122,7 +122,7 @@ def draw_entity_boxes_on_image(image, entities, show=False, save_path=None):
|
|
122 |
new_image = image.copy()
|
123 |
previous_bboxes = []
|
124 |
# size of text
|
125 |
-
text_size =
|
126 |
# thickness of text
|
127 |
text_line = 1 # int(max(1 * min(image_h, image_w) / 512, 1))
|
128 |
box_line = 3
|
|
|
122 |
new_image = image.copy()
|
123 |
previous_bboxes = []
|
124 |
# size of text
|
125 |
+
text_size = 1
|
126 |
# thickness of text
|
127 |
text_line = 1 # int(max(1 * min(image_h, image_w) / 512, 1))
|
128 |
box_line = 3
|