Skip to content
Snippets Groups Projects
Commit 414e5b3b authored by Guillaume HEUSCH's avatar Guillaume HEUSCH
Browse files

[db, casiasurf] added attack-type=None for real examples

parent 781e0098
No related branches found
No related tags found
1 merge request!89CASIA SURF
...@@ -41,6 +41,7 @@ class CasiaSurfPadFile(VideoPadFile): ...@@ -41,6 +41,7 @@ class CasiaSurfPadFile(VideoPadFile):
self.stream_type = stream_type self.stream_type = stream_type
if not isinstance(s.attack_type, str): if not isinstance(s.attack_type, str):
attack_type = str(s.attack_type) attack_type = str(s.attack_type)
attack_type = None
else: else:
attack_type = s.attack_type attack_type = s.attack_type
......
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