Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlihaoyu committed Mar 23, 2019
1 parent c9936b4 commit 5a673fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/detector/detectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from text.detector.utils.cython_nms import nms as cython_nms
except:
cython_nms = None
gpu_nms ==None
gpu_nms =None
else:
gpu_nms =None
cython_nms = None
Expand Down

0 comments on commit 5a673fc

Please sign in to comment.