-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild_datasets.sh
executable file
·22 lines (16 loc) · 1.62 KB
/
build_datasets.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# !/bin/bash
#dataset build
echo "building all datasets from scratch"
#python3 dataset_build_utility.py -d COVID-19_Radiography_Dataset -n 3616 -e linearize -f
#python3 dataset_build_utility.py -d COVID-19_Radiography_Dataset -n 3616 -e lbp -a /home/caloinoggins/workspace/ic_rough_sets/args/lbp_arguments.json -f
#python3 dataset_build_utility.py -d COVID-19_Radiography_Dataset -n 3616 -e hog -a /home/caloinoggins/workspace/ic_rough_sets/args/hog8x8.json -f
#python3 dataset_build_utility.py -d COVID-19_Radiography_Dataset -n 3616 -e hog -a /home/caloinoggins/workspace/ic_rough_sets/args/hog16x16.json -f
#python3 dataset_build_utility.py -d augmented -n 10000 -e linearize -f
#python3 dataset_build_utility.py -d augmented -n 10000 -e lbp -a /home/caloinoggins/workspace/ic_rough_sets/args/lbp_arguments.json -f
#python3 dataset_build_utility.py -d augmented -n 10000 -e hog -a /home/caloinoggins/workspace/ic_rough_sets/args/hog8x8.json -f
#python3 dataset_build_utility.py -d augmented -n 10000 -e hog -a /home/caloinoggins/workspace/ic_rough_sets/args/hog16x16.json -f
python3 dataset_build_utility.py -d bimcv_kaggle -n 10192 -e lbp -a /home/caloinoggins/workspace/ic_rough_sets/args/lbp_arguments.json -f
#python3 dataset_build_utility.py -d bimcv_kaggle -n 10192 -e hog -a /home/caloinoggins/workspace/ic_rough_sets/args/hog8x8.json -f
#python3 dataset_build_utility.py -d bimcv_kaggle -n 10192 -e hog -a /home/caloinoggins/workspace/ic_rough_sets/args/hog8x8.json -f
#python3 dataset_build_utility.py -d bimcv_kaggle -n 10192 -e hog -a /home/caloinoggins/workspace/ic_rough_sets/args/hog8x8.json -f
echo "datasets built! all done!"