Skip to content
Snippets Groups Projects
Commit cfc73bc4 authored by Olegs NIKISINS's avatar Olegs NIKISINS
Browse files

Changed attack type to default in Batl HLDI

parent 93b33fe3
No related branches found
No related tags found
1 merge request!59Added HLDI for the BATL database, added optional data normalization in FaceCropAlign
Pipeline #
......@@ -40,8 +40,9 @@ class BatlPadFile(PadFile):
self.f = f
if f.is_attack():
attack = BATL_CONFIG[f.type_id]
attack_type = '{} : {}'.format(attack['name'], attack['pai'][f.pai_id])
# attack = BATL_CONFIG[f.type_id]
# attack_type = '{} : {}'.format(attack['name'], attack['pai'][f.pai_id])
attack_type = 'attack'
else:
attack_type = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment