From f2403dc556f610a199f9d4bdd56fcd7eef6f7061 Mon Sep 17 00:00:00 2001 From: XiaochaoGONG Date: Mon, 19 Nov 2018 17:16:26 +0800 Subject: [PATCH] change detection example name --- .../Makefile | 2 +- .../README.md | 0 .../main/Kconfig.projbuild | 0 .../main/app_camera.cpp | 0 .../main/app_facenet.c | 0 .../main/app_main.cpp | 0 .../main/component.mk | 0 .../main/include/app_camera.h | 0 .../main/include/app_facenet.h | 0 .../partitions.csv | 0 .../sdkconfig.defaults | 0 examples/single_chip/recognition_with_command_line/Makefile | 2 +- 12 files changed, 2 insertions(+), 2 deletions(-) rename examples/single_chip/{camera_with_command_line => detection_with_command_line}/Makefile (85%) rename examples/single_chip/{camera_with_command_line => detection_with_command_line}/README.md (100%) rename examples/single_chip/{camera_with_command_line => detection_with_command_line}/main/Kconfig.projbuild (100%) rename examples/single_chip/{camera_with_command_line => detection_with_command_line}/main/app_camera.cpp (100%) rename examples/single_chip/{camera_with_command_line => detection_with_command_line}/main/app_facenet.c (100%) rename examples/single_chip/{camera_with_command_line => detection_with_command_line}/main/app_main.cpp (100%) rename examples/single_chip/{camera_with_command_line => detection_with_command_line}/main/component.mk (100%) rename examples/single_chip/{camera_with_command_line => detection_with_command_line}/main/include/app_camera.h (100%) rename examples/single_chip/{camera_with_command_line => detection_with_command_line}/main/include/app_facenet.h (100%) rename examples/single_chip/{camera_with_command_line => detection_with_command_line}/partitions.csv (100%) rename examples/single_chip/{camera_with_command_line => detection_with_command_line}/sdkconfig.defaults (100%) diff --git a/examples/single_chip/camera_with_command_line/Makefile b/examples/single_chip/detection_with_command_line/Makefile similarity index 85% rename from examples/single_chip/camera_with_command_line/Makefile rename to examples/single_chip/detection_with_command_line/Makefile index 7ef3836..750a29a 100644 --- a/examples/single_chip/camera_with_command_line/Makefile +++ b/examples/single_chip/detection_with_command_line/Makefile @@ -3,7 +3,7 @@ # project subdirectory. # -PROJECT_NAME := facenet_single_command_line +PROJECT_NAME := detection_command_line SOLUTION_PATH ?= $(abspath $(shell pwd))/../../.. diff --git a/examples/single_chip/camera_with_command_line/README.md b/examples/single_chip/detection_with_command_line/README.md similarity index 100% rename from examples/single_chip/camera_with_command_line/README.md rename to examples/single_chip/detection_with_command_line/README.md diff --git a/examples/single_chip/camera_with_command_line/main/Kconfig.projbuild b/examples/single_chip/detection_with_command_line/main/Kconfig.projbuild similarity index 100% rename from examples/single_chip/camera_with_command_line/main/Kconfig.projbuild rename to examples/single_chip/detection_with_command_line/main/Kconfig.projbuild diff --git a/examples/single_chip/camera_with_command_line/main/app_camera.cpp b/examples/single_chip/detection_with_command_line/main/app_camera.cpp similarity index 100% rename from examples/single_chip/camera_with_command_line/main/app_camera.cpp rename to examples/single_chip/detection_with_command_line/main/app_camera.cpp diff --git a/examples/single_chip/camera_with_command_line/main/app_facenet.c b/examples/single_chip/detection_with_command_line/main/app_facenet.c similarity index 100% rename from examples/single_chip/camera_with_command_line/main/app_facenet.c rename to examples/single_chip/detection_with_command_line/main/app_facenet.c diff --git a/examples/single_chip/camera_with_command_line/main/app_main.cpp b/examples/single_chip/detection_with_command_line/main/app_main.cpp similarity index 100% rename from examples/single_chip/camera_with_command_line/main/app_main.cpp rename to examples/single_chip/detection_with_command_line/main/app_main.cpp diff --git a/examples/single_chip/camera_with_command_line/main/component.mk b/examples/single_chip/detection_with_command_line/main/component.mk similarity index 100% rename from examples/single_chip/camera_with_command_line/main/component.mk rename to examples/single_chip/detection_with_command_line/main/component.mk diff --git a/examples/single_chip/camera_with_command_line/main/include/app_camera.h b/examples/single_chip/detection_with_command_line/main/include/app_camera.h similarity index 100% rename from examples/single_chip/camera_with_command_line/main/include/app_camera.h rename to examples/single_chip/detection_with_command_line/main/include/app_camera.h diff --git a/examples/single_chip/camera_with_command_line/main/include/app_facenet.h b/examples/single_chip/detection_with_command_line/main/include/app_facenet.h similarity index 100% rename from examples/single_chip/camera_with_command_line/main/include/app_facenet.h rename to examples/single_chip/detection_with_command_line/main/include/app_facenet.h diff --git a/examples/single_chip/camera_with_command_line/partitions.csv b/examples/single_chip/detection_with_command_line/partitions.csv similarity index 100% rename from examples/single_chip/camera_with_command_line/partitions.csv rename to examples/single_chip/detection_with_command_line/partitions.csv diff --git a/examples/single_chip/camera_with_command_line/sdkconfig.defaults b/examples/single_chip/detection_with_command_line/sdkconfig.defaults similarity index 100% rename from examples/single_chip/camera_with_command_line/sdkconfig.defaults rename to examples/single_chip/detection_with_command_line/sdkconfig.defaults diff --git a/examples/single_chip/recognition_with_command_line/Makefile b/examples/single_chip/recognition_with_command_line/Makefile index 7ef3836..9cbe122 100644 --- a/examples/single_chip/recognition_with_command_line/Makefile +++ b/examples/single_chip/recognition_with_command_line/Makefile @@ -3,7 +3,7 @@ # project subdirectory. # -PROJECT_NAME := facenet_single_command_line +PROJECT_NAME := recognition_command_line SOLUTION_PATH ?= $(abspath $(shell pwd))/../../..