Skip to content
Snippets Groups Projects
Commit 4784aaf7 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'fix_avspoof_view' into 'master'

Add missing ouput name mapping for class for avspoof

See merge request !18
parents d7c770d6 25a59443
No related branches found
No related tags found
1 merge request!18Add missing ouput name mapping for class for avspoof
......@@ -391,6 +391,11 @@ class SimpleAntispoofing(View):
per "template_id".
"""
def __init__(self):
super(SimpleAntispoofing, self)
self.output_member_map = {'class': 'cls'}
def index(self, root_folder, parameters):
Entry = namedtuple('Entry', ['cls', 'client_id', 'attack_type', 'file_id', 'speech'])
......
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