Sources: * https://github.com/mlperf/inference/tree/master/v0.5/classification_and_detection/optional_harness_ck/detection * https://github.com/mlperf/inference/blob/master/v0.5/classification_and_detection/optional_harness_ck/detection/tf-py/README.md This CK solution demo was prepared by Grigori Fursin and Hervé Guillou. Ubuntu (need those deps to rebuild COCO API): sudo apt update sudo apt install git wget libz-dev curl cmake sudo apt install gcc g++ autoconf autogen libtool sudo apt-get install libfreetype6-dev sudo apt-get install python3.7-dev On some occasion we need to install extra deps: sudo apt install -y libsm6 libxext6 libxrender-dev
pip3 install cbench or python3 -m pip install cbench or pip install cbench
cb init demo-obj-detection-coco-tf-cpu-benchmark-linux-demo
cb run demo-obj-detection-coco-tf-cpu-benchmark-linux-demo # Note that the following CK program pipeline will be executed: ck compile program:object-detection-tf-py-benchmark --cmd_key=default --speed ck run program:object-detection-tf-py-benchmark --cmd_key=default
pip install gast pip install astor pip install termcolor pip install tensorflow-estimator==1.13.0 pip install keras_applications==1.0.4 --no-deps pip install keras_preprocessing==1.0.2 --no-deps pip install opencv-python ck install package:lib-tensorflow-1.14.0-cpu ck install package --tags=model,tf,object-detection,mlperf,ssd-mobilenet,non-quantized ck install package --tags=lib,python-package,numpy ck install package --tags=lib,python-package,scipy --force_version=1.2.1 ck install package --tags=lib,python-package,matplotlib ck install package --tags=lib,python-package,pillow ck install package --tags=lib,python-package,cython ck install package --tags=lib,python-package,cv2 ck install package:tool-coco ck install package:dataset-coco-2017-val-small