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))/../../..