def test_keypoint_detection(init_env, config_file): """Run Blueoil test of keypoint detection""" run_all_steps(init_env, config_file)
def test_semantic_segmentation(init_env, config): """Run Blueoil test of semantic segmentation""" config_file = generate(config) run_all_steps(init_env, config_file)
def test_classification(init_env, config): """Run Blueoil test of classification""" config_file = generate(config) run_all_steps(init_env, config_file)
def test_object_detection(init_env, config_file): """Run Blueoil test of object detection""" run_all_steps(init_env, config_file)
def test_object_detection(init_env, config): """Run Blueoil test of object detection""" config_file = generate(config) run_all_steps(init_env, config_file)
def test_classification(init_env, config_file): """Run Blueoil test of classification""" run_all_steps(init_env, config_file)