aboutsummaryrefslogtreecommitdiffstats
path: root/meta-demo
AgeCommit message (Collapse)Author
2021-09-01layer.conf: compatible with honisterHongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
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-05-21meta-demo: update LAYERSERIES_COMPAT with hardknottChen Qi
Update LAYERSERIES_COMPAT with hardknott. Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
2021-02-28meta-demo: explicitly require TS 1.xHongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2021-01-10tensorflow: support to build tensorflow 1.xHongxu Jia
- Drop v2 config from bazel config file, set it from bazel command option - Move TF_ARGS_EXTRA to tensorflow.inc for both of native and target and set v2 config by default - Update steps in meta-demo/README* to build tensorflow 1.x Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2020-12-15python3-google-auth: 1.6.3 -> 1.24.0Hongxu Jia
Move it from meta-demo to meta-tensorflow which is required by tensorboard Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2020-05-26layer.conf: Add gatesgarth to compatible release seriesHongxu 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>
2020-01-06meta-demo/conf/layer,conf: Add zeus to compatible release seriesHongxu Jia
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-09README: drop personal github mirrorHongxu Jia
Drop https://github.com/hongxu-jia/meta-tensorflow, and replace with https://github.com/Wind-River/meta-tensorflow (TODO) 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-09README: Rename demo 1 with `Facial recognition'Hongxu Jia
`TensorFlow for poets 2' is weird and not clear, rename to `Facial recognition' Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09update meta-demo/README-wrl.md and meta-demo/README.mdHongxu Jia
- Drop meta-java - Use bitbake-layers to add layer Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09meta-demo/conf/layer.conf: add warrior to compatible release seriesYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2019-08-09python-*: remove some python modulesYi Zhao
The python-cachetools, python-tqdm, python-engineio, python-socketio and python-flask-socketio had been merged to meta-python layer. We can remove these recipes. Signed-off-by: Yi Zhao <yi.zhao@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-09python-grpc-google-iam-v1: add recipeYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2019-08-09python-googleapis-common-protos: add recipeYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2019-08-09python-google-cloud-bigtable: add recipeYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2019-08-09python-google-cloud-core: add recipeYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2019-08-09python-google-auth: add recipeYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2019-08-09python-google-api-core: add recipeYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2019-08-09python-flask-socketioYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2019-08-09python-socketio: add recipeYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2019-08-09python-engineio: add recipeYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2019-08-09python-cachetools: add recipeYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2019-08-09python-tqdm: add recipeYi Zhao
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-09meta-demo: add README-wrl.md to introduce how to run demo in Wind River LinuxHongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09meta-demo/README.md: add missing meta-yocto-bsp layer for Intel NUC bspHongxu Jia
The supportetd MACHINE in meta-yocto-bsp is genericx86-64 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09meta-demo/README.md: fix typoHongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09meta-demo/README.md: fix typoHongxu Jia
The demo does not train a model from scratch, it retrains from an existed model. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09meta-demo/README.md: add upstream link of `TensorFlow for poets 2'Hongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09meta-demo: add README.md to introduce demoHongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09meta-demo: add jpg and gif for demo README.mdHongxu Jia
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>
2019-08-09create sub layer meta-demoHongxu Jia
The demo recipe requires extra layers which is not necessary for meta-tensorflow, so create a new sub layer meta-demo Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>