markup: add season info from pdf

This commit is contained in:
2019-10-18 16:39:34 -07:00
parent f819ac65b5
commit 2b498fd2e3
2 changed files with 8 additions and 5 deletions

View File

@ -30,7 +30,7 @@ def overlaps(r1, r2, threshold):
SU = SA + SB - SI
overlap = float(SI) / float(SU)
print('overlap: {}'.format(int(overlap * 100)))
#print('overlap: {}%'.format(int(overlap * 100)))
return overlap > threshold