mp-02 commited on
Commit
70bfa79
·
verified ·
1 Parent(s): 3652b92

Update cord_inference.py

Browse files
Files changed (1) hide show
  1. cord_inference.py +1 -1
cord_inference.py CHANGED
@@ -69,7 +69,7 @@ def prediction(image):
69
  d[i] = d[i] + ", " + l_words[id]
70
  d = {k: v.strip() for (k, v) in d.items()}
71
 
72
- # TODO: process the json
73
 
74
  draw = ImageDraw.Draw(image, "RGBA")
75
  font = ImageFont.load_default()
 
69
  d[i] = d[i] + ", " + l_words[id]
70
  d = {k: v.strip() for (k, v) in d.items()}
71
 
72
+ # TODO:process the json
73
 
74
  draw = ImageDraw.Draw(image, "RGBA")
75
  font = ImageFont.load_default()