From 5b785b01053ba37df3a9b69616a4e54e1759ef98 Mon Sep 17 00:00:00 2001 From: yangtuo250 <506680965@qq.com> Date: Fri, 13 Aug 2021 10:28:48 +0800 Subject: [PATCH] docs(knowing app): add README for instrusion detect --- .../Applications/knowing_app/instrusion_detect/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 APP_Framework/Applications/knowing_app/instrusion_detect/README.md diff --git a/APP_Framework/Applications/knowing_app/instrusion_detect/README.md b/APP_Framework/Applications/knowing_app/instrusion_detect/README.md new file mode 100644 index 000000000..61b89af56 --- /dev/null +++ b/APP_Framework/Applications/knowing_app/instrusion_detect/README.md @@ -0,0 +1,5 @@ +# Instrusion detect demo + +### A human object detection task demo. Running MobileNet-yolo on K210-based edge devices. + +***Training, deployment and running, please see helmet_detect*** \ No newline at end of file