aboutsummaryrefslogtreecommitdiffstats
path: root/meta-demo/recipes-demo
AgeCommit message (Collapse)Author
2021-08-09Convert to new override syntax using latest convert-overrides.py scriptHongxu Jia
This patch is the result of running the latest convert-ovrrides.py script. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2021-02-28meta-demo: explicitly require TS 1.xHongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2020-01-07recognize_face.py: fix 'Namespace' object has no attribute 'save'Hongxu Jia
The issue was caused by commit [bad2757 meta-demo/conf/layer.conf: do not support to save avi video], clean it. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2020-01-06fix file-rdeps QA issueHongxu Jia
... | requires /usr/bin/python3, but no providers found in RDEPENDS_tensorflow-for-poets? [file-rdeps] ... Add python3-core to RDEPENDS Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-12meta-demo: collect_face/recognize_face uses new directory name "opencv4" ↵Hongxu Jia
instead of "OpenCV" Since commit [e701e2d5c opencv: 3.4.5 -> 4.1.0] applied in meta-oe, it updates FILES_* to capture new paths which uses new directory name "opencv4" instead of "OpenCV" Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-12meta-demo: Add WR copyright notice with MIT license notice to scriptsHongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09meta-demo/conf/layer.conf: do not support to save avi videoHongxu Jia
Remove commercial from DISTRO_FEATURES, thus libav(ffmpeg) will not support avi media codec. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09minigo: add recipeYi Zhao
Minigo is an implementation of a neural-network based Go AI, using TensorFlow. While inspired by DeepMind's AlphaGo algorithm, this project is not a DeepMind project nor is it affiliated with the official AlphaGo project. For more information about the project, see https://github.com/tensorflow/minigo See README.md for more details about this recipe. Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2019-08-09nmt: integrate nmt into meta-tensorflowChangqing Li
add nmt into meta-tensorflow, support vi-en tranlation Signed-off-by: Changqing Li <changqing.li@windriver.com>
2019-08-09face-detection: tweak position of shebangHongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09fix typoHongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09add WR's copyright for the demoHongxu Jia
It is still based on MIT license, but the files should include a Wind River copyright. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09Add a X11 image to run tensorflow demoHongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09face-detection: add 0.1Hongxu Jia
Require hardware: - genericx86-64 bsp; - usb webcam; Require softwre: - OpenCV - TensrFlow/TensorFlow Lite - The usb webcam kernel driver Provide function: - collect_face: start camera to collect and label human face images for retraining. - recognize_face: start camera and inference through tensorflow lite model to recognize human face The opencv code refers: https://docs.opencv.org/3.4.5/d7/d8b/tutorial_py_face_detection.html - Save avi video from usb webcam Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>