Input data type for the ImperceptibleASR attack #1857
Unanswered
MiguelCosta94
asked this question in
Q&A
Replies: 1 comment
-
Hi @MiguelCosta94 Thank you very much for using ART! The current tools in ART for audio are expecting the raw Numpy arrays extracted from WAV files. Do you have a specific application or reason to use MFCCs as input? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to apply the ImperceptibleASR attack on a neural network that takes as input the MFCC features of a WAV file and returns a probability distribution of the possible words. Is it possible to apply this attack on this neural network or does the attack implemented in your framework only accept estimators whose input features are the raw NumPy arrays extracted from WAV files?
Best regards,
Miguel Costa
Beta Was this translation helpful? Give feedback.
All reactions