ydshieh HF staff commited on
Commit
e7f887e
1 Parent(s): a7d85ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 = 2
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