diff --git a/inceptionv3/CMakeLists.txt b/inception/inceptionv3/CMakeLists.txt similarity index 100% rename from inceptionv3/CMakeLists.txt rename to inception/inceptionv3/CMakeLists.txt diff --git a/inceptionv3/README.md b/inception/inceptionv3/README.md similarity index 100% rename from inceptionv3/README.md rename to inception/inceptionv3/README.md diff --git a/inceptionv3/inception_v3.cpp b/inception/inceptionv3/inception_v3.cpp similarity index 100% rename from inceptionv3/inception_v3.cpp rename to inception/inceptionv3/inception_v3.cpp diff --git a/inceptionv3/logging.h b/inception/inceptionv3/logging.h similarity index 100% rename from inceptionv3/logging.h rename to inception/inceptionv3/logging.h diff --git a/mobilenetv2/CMakeLists.txt b/mobilenet/mobilenetv2/CMakeLists.txt similarity index 100% rename from mobilenetv2/CMakeLists.txt rename to mobilenet/mobilenetv2/CMakeLists.txt diff --git a/mobilenetv2/README.md b/mobilenet/mobilenetv2/README.md similarity index 100% rename from mobilenetv2/README.md rename to mobilenet/mobilenetv2/README.md diff --git a/mobilenetv2/logging.h b/mobilenet/mobilenetv2/logging.h similarity index 100% rename from mobilenetv2/logging.h rename to mobilenet/mobilenetv2/logging.h diff --git a/mobilenetv2/mobilenet_v2.cpp b/mobilenet/mobilenetv2/mobilenet_v2.cpp similarity index 100% rename from mobilenetv2/mobilenet_v2.cpp rename to mobilenet/mobilenetv2/mobilenet_v2.cpp diff --git a/mobilenetv3/CMakeLists.txt b/mobilenet/mobilenetv3/CMakeLists.txt similarity index 100% rename from mobilenetv3/CMakeLists.txt rename to mobilenet/mobilenetv3/CMakeLists.txt diff --git a/mobilenetv3/README.md b/mobilenet/mobilenetv3/README.md similarity index 100% rename from mobilenetv3/README.md rename to mobilenet/mobilenetv3/README.md diff --git a/mobilenetv3/logging.h b/mobilenet/mobilenetv3/logging.h similarity index 100% rename from mobilenetv3/logging.h rename to mobilenet/mobilenetv3/logging.h diff --git a/mobilenetv3/mobilenet_v3.cpp b/mobilenet/mobilenetv3/mobilenet_v3.cpp similarity index 100% rename from mobilenetv3/mobilenet_v3.cpp rename to mobilenet/mobilenetv3/mobilenet_v3.cpp