delete not used code

release/1.1
LDOUBLEV 5 years ago
parent f4094b9700
commit a5f1efdfc9

@ -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"])

Loading…
Cancel
Save