summaryrefslogtreecommitdiff
path: root/docs/use_cases/img_class.md
diff options
context:
space:
mode:
authorIsabella Gottardi <isabella.gottardi@arm.com>2021-04-20 14:08:52 +0100
committerIsabella Gottardi <isabella.gottardi@arm.com>2021-04-23 17:52:15 +0100
commit8520983b8e73bf25826fab4cc99fc656b11fabc0 (patch)
tree5cf071084c567b0e013215261538e235a6568f45 /docs/use_cases/img_class.md
parentb88705d6c04d8b7b2fdffaf1501042b984e682cf (diff)
downloadml-embedded-evaluation-kit-8520983b8e73bf25826fab4cc99fc656b11fabc0.tar.gz
MLECO-1871: Adding external use-case directories support
* Cmake updates * Markdownlint on docs * Removing windows command leftovers Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com> Change-Id: I4a12b4e798559e8f4e8a3307038df7829137184a
Diffstat (limited to 'docs/use_cases/img_class.md')
-rw-r--r--docs/use_cases/img_class.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/use_cases/img_class.md b/docs/use_cases/img_class.md
index 40d80b0..0102409 100644
--- a/docs/use_cases/img_class.md
+++ b/docs/use_cases/img_class.md
@@ -152,8 +152,6 @@ If the CMake command succeeds, build the application as follows:
make -j4
```
-For Windows, use `mingw32-make`.
-
Add VERBOSE=1 to see compilation and link details.
Results of the build will be placed under `build/bin` folder:
@@ -260,8 +258,6 @@ cmake \
-DUSE_CASE_BUILD=img_class ..
```
-For Windows, add `-G "MinGW Makefiles"` to the CMake command.
-
> **Note:** Clean the build directory before re-running the CMake command.
The `.tflite` model file pointed to by `img_class_MODEL_TFLITE_PATH` and labels text file pointed to by