summaryrefslogtreecommitdiff
path: root/docs/use_cases/img_class.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/use_cases/img_class.md')
-rw-r--r--docs/use_cases/img_class.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/use_cases/img_class.md b/docs/use_cases/img_class.md
index 9ba6d8c..40d80b0 100644
--- a/docs/use_cases/img_class.md
+++ b/docs/use_cases/img_class.md
@@ -83,17 +83,6 @@ cmake \
-DUSE_CASE_BUILD=img_class ..
```
-For Windows, add `-G "MinGW Makefiles"`:
-
-```commandline
-cmake \
- -G "MinGW Makefiles" \
- -DTARGET_PLATFORM=mps3 \
- -DTARGET_SUBSYSTEM=sse-300 \
- -DCMAKE_TOOLCHAIN_FILE=./scripts/cmake/bare-metal-toolchain.cmake \
- -DUSE_CASE_BUILD=img_class ..
-```
-
Toolchain option `CMAKE_TOOLCHAIN_FILE` points to the toolchain specific file to set the compiler and platform specific
parameters.
@@ -221,8 +210,6 @@ cmake \
-DUSE_CASE_BUILD=img_class ..
```
-For Windows, add `-G "MinGW Makefiles"` to the CMake command.
-
The images found in the `img_class_FILE_PATH` folder will be picked up and automatically converted to C++ files during
the CMake configuration stage and then compiled into the application during the build phase for performing inference
with.