run_experiments.sh

This commit is contained in:
em474re 2021-08-19 10:43:28 +02:00
parent c037c2ab0f
commit efeaae85f4

8
run_experiments.sh Normal file
View File

@ -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