Skip to content

Commit

Permalink
delete not used code
Browse files Browse the repository at this point in the history
  • Loading branch information
LDOUBLEV committed Jun 16, 2020
1 parent f4094b9 commit a5f1efd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ppocr/modeling/architectures/det_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def __init__(self, params):
params (dict): the super parameters for detection module.
"""
global_params = params['Global']
self.global_params = global_params
self.algorithm = global_params['algorithm']

backbone_params = deepcopy(params["Backbone"])
Expand Down

0 comments on commit a5f1efd

Please sign in to comment.