Bofu Chen

Results 43 comments of Bofu Chen

IECore inference example (benchmark util) https://github.com/openvinotoolkit/openvino/tree/master/tools/benchmark https://medium.com/analytics-vidhya/tutorial-on-how-to-run-inference-with-openvino-in-2021-a96e5e7c99f8 ``` /opt/intel/openvino/deployment_tools/tools/benchmark_tool/benchmark_app.py /opt/intel/openvino/python/python3.8/openvino/tools/benchmark ``` --- Model IR compatibility is broken ``` $ python3 benchmark_app.py -m /usr/share/dlmodels/mobilenet-ssd-fp32-openvino-1.0.0/mobilenet-ssd.xml -i ~/Downloads/dog.jpg -d CPU /opt/intel/openvino/python/python3.8/openvino/tools/benchmark/utils/utils.py:220: SyntaxWarning: "is...

**Download and Convert Model: MobileNet SSD** https://docs.openvinotoolkit.org/2021.2/omz_tools_downloader_README.html `downloader.py` ``` $ mkdir ~/openvino-models $ cd /opt/intel/openvino/deployment_tools/tools/model_downloader $ python3 downloader.py -o ~/openvino-models --name mobilenet-ssd ################|| Downloading mobilenet-ssd ||################ ========== Downloading /home/bafu/openvino-models/public/mobilenet-ssd/mobilenet-ssd.prototxt ......

**Benchmark: CPU + MobileNet SSD** Note: The benchmark will take 1-min. ``` $ python3 benchmark_app.py -m ~/openvino-models/converted-models/public/mobilenet-ssd/FP32/mobilenet-ssd.xml -d CPU -i ~/Downloads/dog.jpg /opt/intel/openvino/python/python3.8/openvino/tools/benchmark/utils/utils.py:220: SyntaxWarning: "is not" with a literal. Did you...

@david30907d Thanks for the PR! I will provide my comments aside from the source codes.

More comments for the questions in the PR: 1. 提議:我平常喜歡把這些 linter, formatter 綁在 git hook 上,每次 commit 自動檢查,不確定會不會跟大家的習慣衝突 如果 linter 的修改建議是 optional 而非 necessary,那麼加上 linter 沒有問題 BerryNet dev is goal...

Hi all, I made a Debian package for OpenVINO RPi, and it can be installed by the following steps: ``` $ curl -sL https://raw.githubusercontent.com/DT42/BerryNet-repo/master/setup.sh | sudo -E bash - $...

@samjabrahams [py-videocore](https://github.com/nineties/py-videocore) is also an interesting RPi GPGPU library supporting Python.

@ligi Please feel free to let me know if anything is missing. Many thanks!

@ligi Sorry for pinging you again. It seems that the review has been passed. Can you help merge this PR? Many thanks!

Verified `bread-cai-cai-cai` by `jp2file` and got a thumbnail-relaed error ``` $ python3 codestream_parser/jp2file.py ~/codes/starling-cai/utils/james-cai-cai-cai.jpeg ############################################################### # JP2 file format log file generated by jp2file.py ################################################################ 0 : New marker: SOI...