{ "backup_data_uid": "6e58bd944e048e47", "compile_deps": { "compiler": { "local": "yes", "name": "C++ compiler", "sort": 0, "tags": "compiler,lang-cpp" }, "library": { "local": "yes", "name": "TensorFlow Lite API", "sort": 20, "tags": "lib,tensorflow-lite,vstatic" }, "xopenme": { "local": "yes", "name": "xOpenME library", "sort": 100, "tags": "lib,xopenme" } }, "compiler_add_include_as_env_from_deps": [ "CK_ENV_LIB_STDCPP_INCLUDE", "CK_ENV_LIB_STDCPP_INCLUDE_EXTRA", "CK_ENV_LIB_TF_INCLUDE0", "CK_ENV_LIB_TF_INCLUDE1" ], "compiler_env": "CK_CXX", "compiler_flags_as_env": "$<>$ $<>$ -Wall -Wno-sign-compare", "data_name": "image-classification-tflite", "extra_ld_vars": "$<>$ $<>$", "linker_add_lib_as_env": [ "CK_CXX_EXTRA", "CK_ENV_LIB_STDCPP_STATIC" ], "main_language": "cpp", "only_for_target_os_tags": [ "linux", "android" ], "process_in_tmp": "yes", "program": "yes", "run_cmds": { "default": { "ignore_return_code": "no", "run_time": { "copy_env_to_remote": [ "CK_ENV_TENSORFLOW_MODEL_INPUT_LAYER_NAME", "CK_ENV_TENSORFLOW_MODEL_OUTPUT_LAYER_NAME", "CK_ENV_DATASET_IMAGENET_PREPROCESSED_SUBSET_FOF", "CK_ENV_DATASET_IMAGENET_PREPROCESSED_INPUT_SQUARE_SIDE", "CK_ENV_TENSORFLOW_MODEL_NORMALIZE_DATA", "CK_ENV_TENSORFLOW_MODEL_SUBTRACT_MEAN" ], "fine_grain_timer_file": "tmp-ck-timer.json", "pre_process_via_ck": { "script_name": "codereef_preprocess" }, "run_cmd_main": "$#BIN_FILE#$", "run_input_files": [ "$<>$" ], "run_output_files": [ "tmp-ck-timer.json", "predictions" ] } } }, "run_deps": { "imagenet-aux": { "force_target_as_host": "yes", "local": "yes", "name": "ImageNet dataset (aux)", "sort": 10, "tags": "dataset,imagenet,aux" }, "images": { "force_target_as_host": "yes", "local": "yes", "name": "ImageNet dataset (preprocessed subset)", "sort": 20, "tags": "dataset,imagenet,preprocessed" }, "weights": { "force_target_as_host": "yes", "local": "yes", "name": "TensorFlow Lite model and weights", "no_tags": "mobilenet-all", "sort": 30, "tags": "model,tflite,image-classification" } }, "run_vars": { "CK_BATCH_COUNT": 1, "CK_BATCH_SIZE": 1, "CK_SKIP_IMAGES": 0, "CK_RESULTS_DIR": "predictions", "CK_SILENT_MODE": 0, "CK_IMAGE_DIR": "/data/local/tmp/tmp", "CK_IMAGE_FILE": "WEBCAM_000.rgb8" }, "skip_bin_ext": "yes", "source_files": [ "classification.cpp" ], "tags": [ "image-classification", "tflite", "lang-cpp", "codereef-workflow", "codereef-workflow-webcam" ], "target_file": "classification", "template": "yes", "template_type": "Image Classification via TFLite (C++)" }