8 lines
341 B
Bash
8 lines
341 B
Bash
|
#!/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
|