diff --git a/run_experiments.sh b/run_experiments.sh new file mode 100644 index 0000000..077a5bb --- /dev/null +++ b/run_experiments.sh @@ -0,0 +1,8 @@ +#!/bin/bash +python extract_handcrafted_features.py "raw_files\devel" +python extract_handcrafted_features.py "raw_files\train" +python extract_handcrafted_features.py "raw_files\test" +python extract_vgg_features.py "raw_files\devel" +python extract_vgg_features.py "raw_files\train" +python extract_vgg_features.py "raw_files\test" +python svm.py \ No newline at end of file