run experiments script
This commit is contained in:
parent
0e4463a99f
commit
d7a193dd71
@ -1,16 +1,21 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Handcrafted Features
|
||||
python src/extract_handcrafted_features.py dist/wav/ train
|
||||
python src/extract_handcrafted_features.py dist/wav/ test
|
||||
python src/extract_handcrafted_features.py dist/wav/ devel
|
||||
|
||||
# VGGish Features
|
||||
python src/extract_vgg_features.py dist/wav/ train
|
||||
python src/extract_vgg_features.py dist/wav/ test
|
||||
python src/extract_vgg_features.py dist/wav/ devel
|
||||
|
||||
# OpenL3 Features
|
||||
python src/extract_openl3_features.py dist/wav/ train
|
||||
python src/extract_openl3_features.py dist/wav/ test
|
||||
python src/extract_openl3_features.py dist/wav/ devel
|
||||
|
||||
# SVM Train and Predict for each combination of features
|
||||
python src/svm_hand.py
|
||||
python src/svm_vgg.py
|
||||
python src/svm_openl3.py
|
||||
|
Loading…
Reference in New Issue
Block a user