aboutsummaryrefslogtreecommitdiffstats
path: root/meta-demo/recipes-demo
AgeCommit message (Collapse)Author
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>