markup: add season info from pdf
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user