|
|
@ -16,31 +16,31 @@ cd "$base_dir/runtime" && make clean all || exit 1
|
|
|
|
|
|
|
|
|
|
|
|
# OCR Build
|
|
|
|
# OCR Build
|
|
|
|
# FIXME: gocr incorectly reports up to date
|
|
|
|
# FIXME: gocr incorectly reports up to date
|
|
|
|
cd "$base_dir/runtime/tests" && make -B clean gocr || exit 1
|
|
|
|
# cd "$base_dir/runtime/tests" && make -B clean gocr || exit 1
|
|
|
|
|
|
|
|
|
|
|
|
# OCR Tests
|
|
|
|
# OCR Tests
|
|
|
|
cd "$base_dir/runtime/experiments/applications/ocr/hyde" && ./run.sh || exit 1
|
|
|
|
# cd "$base_dir/runtime/experiments/applications/ocr/hyde" && ./run.sh || exit 1
|
|
|
|
cd "$base_dir/runtime/experiments/applications/ocr/handwriting" && ./run.sh || exit 1
|
|
|
|
# cd "$base_dir/runtime/experiments/applications/ocr/handwriting" && ./run.sh || exit 1
|
|
|
|
cd "$base_dir/runtime/experiments/applications/ocr/fivebyeight" && ./run.sh || exit 1
|
|
|
|
# cd "$base_dir/runtime/experiments/applications/ocr/fivebyeight" && ./run.sh || exit 1
|
|
|
|
cd "$base_dir/runtime/experiments/applications/ocr/by_word" && ./install.sh || exit 1
|
|
|
|
# cd "$base_dir/runtime/experiments/applications/ocr/by_word" && ./install.sh || exit 1
|
|
|
|
cd "$base_dir/runtime/experiments/applications/ocr/by_word" && ./run.sh || exit 1
|
|
|
|
# cd "$base_dir/runtime/experiments/applications/ocr/by_word" && ./run.sh || exit 1
|
|
|
|
cd "$base_dir/runtime/experiments/applications/ocr/by_font" && ./install.sh || exit 1
|
|
|
|
# cd "$base_dir/runtime/experiments/applications/ocr/by_font" && ./install.sh || exit 1
|
|
|
|
cd "$base_dir/runtime/experiments/applications/ocr/by_font" && ./run.sh || exit 1
|
|
|
|
# cd "$base_dir/runtime/experiments/applications/ocr/by_font" && ./run.sh || exit 1
|
|
|
|
cd "$base_dir/runtime/experiments/applications/ocr/by_dpi" && ./install.sh || exit 1
|
|
|
|
# cd "$base_dir/runtime/experiments/applications/ocr/by_dpi" && ./install.sh || exit 1
|
|
|
|
cd "$base_dir/runtime/experiments/applications/ocr/by_dpi" && ./run.sh || exit 1
|
|
|
|
# cd "$base_dir/runtime/experiments/applications/ocr/by_dpi" && ./run.sh || exit 1
|
|
|
|
|
|
|
|
|
|
|
|
# EKF Build
|
|
|
|
# EKF Build
|
|
|
|
cd "$base_dir/runtime/tests" && make -B clean tinyekf || exit 1
|
|
|
|
# cd "$base_dir/runtime/tests" && make -B clean tinyekf || exit 1
|
|
|
|
|
|
|
|
|
|
|
|
# EKF Tests
|
|
|
|
# EKF Tests
|
|
|
|
cd "$base_dir/runtime/experiments/applications/ekf/by_iteration" && ./run.sh || exit 1
|
|
|
|
# cd "$base_dir/runtime/experiments/applications/ekf/by_iteration" && ./run.sh || exit 1
|
|
|
|
cd "$base_dir/runtime/experiments/applications/ekf/one_iteration" && ./run.sh || exit 1
|
|
|
|
# cd "$base_dir/runtime/experiments/applications/ekf/one_iteration" && ./run.sh || exit 1
|
|
|
|
|
|
|
|
|
|
|
|
# cifar10 Build
|
|
|
|
# cifar10 Build
|
|
|
|
cd "$base_dir/runtime/tests" && make -B clean cifar10 || exit 1
|
|
|
|
# cd "$base_dir/runtime/tests" && make -B clean cifar10 || exit 1
|
|
|
|
|
|
|
|
|
|
|
|
# cifar10 Tests
|
|
|
|
# cifar10 Tests
|
|
|
|
cd "$base_dir/runtime/experiments/applications/imageclassification" && ./run.sh || exit 1
|
|
|
|
# cd "$base_dir/runtime/experiments/applications/imageclassification" && ./run.sh || exit 1
|
|
|
|
|
|
|
|
|
|
|
|
# sod Build
|
|
|
|
# sod Build
|
|
|
|
cd "$base_dir/runtime/tests" && make -B clean sod || exit 1
|
|
|
|
cd "$base_dir/runtime/tests" && make -B clean sod || exit 1
|
|
|
@ -51,4 +51,3 @@ cd "$base_dir/runtime/experiments/applications/imageresize/test" && ./run.sh ||
|
|
|
|
cd "$base_dir/runtime/experiments/applications/imageresize/by_resolution" && ./install.sh || exit 1
|
|
|
|
cd "$base_dir/runtime/experiments/applications/imageresize/by_resolution" && ./install.sh || exit 1
|
|
|
|
cd "$base_dir/runtime/experiments/applications/imageresize/by_resolution" && ./run.sh || exit 1
|
|
|
|
cd "$base_dir/runtime/experiments/applications/imageresize/by_resolution" && ./run.sh || exit 1
|
|
|
|
cd "$base_dir/runtime/experiments/applications/licenseplate/by_plate_count" && ./run.sh || exit 1
|
|
|
|
cd "$base_dir/runtime/experiments/applications/licenseplate/by_plate_count" && ./run.sh || exit 1
|
|
|
|
cd "$base_dir/runtime/experiments/applications/licenseplate" && ./run.sh || exit 1
|
|
|
|
|
|
|
|