{ "no_compile": "yes", "no_target_file": "yes", "process_in_tmp": "yes", "program": "yes", "run_cmds": { "convert-coco": { "ignore_return_code": "no", "run_deps": { "dataset": { "local": "yes", "name": "COCO dataset", "sort": 20, "tags": "dataset,coco,val" }, "model-and-weights": { "local": "yes", "name": "SSD model and weights", "sort": 10, "tags": "caffemodel,ssd-coco" } }, "run_time": { "run_cmd_main": "$<>$ ../convert.py" } }, "convert-voc": { "ignore_return_code": "no", "run_deps": { "dataset": { "local": "yes", "name": "VOC dataset", "sort": 20, "tags": "dataset,voc,val" }, "model-and-weights": { "local": "yes", "name": "SSD model and weights", "sort": 10, "tags": "caffemodel,ssd-voc" } }, "run_time": { "run_cmd_main": "$<>$ ../convert.py" } }, "test-f32": { "ignore_return_code": "no", "run_time": { "run_cmd_main": "$<>$ ../test.py --mode=F32" } }, "test-i8": { "ignore_return_code": "no", "run_time": { "run_cmd_main": "$<>$ ../test.py --mode=I8" } } }, "run_deps": { "lib-caffe": { "local": "yes", "name": "Caffe framework", "sort": 30, "tags": "lib,caffe,intel" }, "python": { "local": "yes", "name": "Python", "sort": 10, "tags": "compiler,python" } }, "run_vars": { "CK_BATCH_SIZE": 64, "CK_IMAGES_PERCENT": 1 }, "tags": [ "caffe", "intel", "vint8" ] }