- 09 Aug, 2019 40 commits
-
-
Yi Zhao authored
Signed-off-by:
Yi Zhao <yi.zhao@windriver.com>
-
Yi Zhao authored
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>
-
Hongxu Jia authored
Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
Since commit [6cb4e90 python3-pillow: add 5.4.1] applied in oe, remove the duplicated one in meta-tensorflow. Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Yi Zhao authored
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>
-
Yi Zhao authored
Signed-off-by:
Yi Zhao <yi.zhao@windriver.com>
-
Yi Zhao authored
Signed-off-by:
Yi Zhao <yi.zhao@windriver.com>
-
Yi Zhao authored
Signed-off-by:
Yi Zhao <yi.zhao@windriver.com>
-
Yi Zhao authored
Signed-off-by:
Yi Zhao <yi.zhao@windriver.com>
-
Yi Zhao authored
Signed-off-by:
Yi Zhao <yi.zhao@windriver.com>
-
Yi Zhao authored
Signed-off-by:
Yi Zhao <yi.zhao@windriver.com>
-
Yi Zhao authored
Signed-off-by:
Yi Zhao <yi.zhao@windriver.com>
-
Yi Zhao authored
Signed-off-by:
Yi Zhao <yi.zhao@windriver.com>
-
Yi Zhao authored
Signed-off-by:
Yi Zhao <yi.zhao@windriver.com>
-
Yi Zhao authored
Signed-off-by:
Yi Zhao <yi.zhao@windriver.com>
-
Yi Zhao authored
Signed-off-by:
Yi Zhao <yi.zhao@windriver.com>
-
Changqing Li authored
add nmt into meta-tensorflow, support vi-en tranlation Signed-off-by:
Changqing Li <changqing.li@windriver.com>
-
Hongxu Jia authored
- To enable modular op registration support, which non-monolithic build defines `framework_shared_object=true' - The non-monolithic build of TensorFlow does not support `-Wl,--as-needed' and explicitly set `-Wl,--no-as-needed' Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
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>
-
Hongxu Jia authored
- Set option by modify setup.py - Do not override do_compile to call `setup.py build_ext', it will missing options at do_install time which causing host contamination ... Found webp/demux.h Found library webpmux at /usr/lib/libwebpmux.so Found library webpdemux at /usr/lib/libwebpdemux.so /usr/include/pthread.h:682:6: error: 'regparm' is not valid on this platform ... Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
The supportetd MACHINE in meta-yocto-bsp is genericx86-64 Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
The demo does not train a model from scratch, it retrains from an existed model. Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
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>
-
Hongxu Jia authored
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>
-
Hongxu Jia authored
On host: - Retrain model mobilenet_0.50_224 - Convert it to Tersorflow Lite model On target: - Tersorflow inference label_image.py - Tersorflow Lite inference label_image_lite.py which refers: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/examples/python/label_image.py Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
While building with '-march=nehalem' or '-msse4.2', it failed with 'NEON_2_SSE.h' file not found. Refer https://github.com/tensorflow/tensorflow/issues/23440 , define marco TF_LITE_DISABLE_X86_NEON to workaround it. Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
The var-PYTHON_SITEPACKAGES_DIR is used for target, correct with native. Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
Since [b1a6aa3 fix `Failed to extract install_base_key' while running bazel], revert [a81b50e build tensorflow-native and tensorflow in order] Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-