delete not used code

This commit is contained in:
LDOUBLEV 2020-06-16 15:00:50 +08:00
parent f4094b9700
commit a5f1efdfc9
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ class DetModel(object):
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"])