Fake Lossless Audio Detector
Audio: AAC downloaded from YouTube
Post-processing: EmiyaEngine
Spectrum:
Lossless Audio Checker (not work):
Ours:
Test set: 200 samples per category (50% with noise)
Result: 798 correct identifications out of 800 samples with 99.75 % accuracy
eval only:
train & test:
export model:
generate dataset:
# set input & output path
audio_root = './music'
ds_root = './dataset'
then python generate.py
train model:
python train.py
test model (in pytorch):
python test.py
export model to onnx:
python export.py
eval model (in onnxruntime):
run python eval.py fake.flac