From 79d4154ee071d0e7ef2d1eecdde149d488bb9d8b Mon Sep 17 00:00:00 2001 From: Isabella Gottardi Date: Wed, 20 Oct 2021 15:52:32 +0100 Subject: MLECO-2458 and MLECO-2476 [Fix] VWW IFM quant step * Changed image->cc conversion to be similar with preprocessing of img_class and vww models: images are scaled maintaing the aspect ration and then the centre crop of the correct size is taken. * VWW applies input quantization info to the int8 image (prior converted to [0,1] float range). * Changed adult_blur to a image without person. * Fix menu print when selecting a specific ifm to run (Select message was displayed after typing something) Change-Id: Ie6cde7ab4835ea842667b87397458a5d32131df3 --- resources/vww/samples/adult_blur.png | Bin 28081 -> 0 bytes resources/vww/samples/files.md | 2 +- resources/vww/samples/st_paul_s_cathedral.png | Bin 0 -> 50321 bytes 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 resources/vww/samples/adult_blur.png create mode 100644 resources/vww/samples/st_paul_s_cathedral.png (limited to 'resources/vww') diff --git a/resources/vww/samples/adult_blur.png b/resources/vww/samples/adult_blur.png deleted file mode 100644 index 5f2cc94..0000000 Binary files a/resources/vww/samples/adult_blur.png and /dev/null differ diff --git a/resources/vww/samples/files.md b/resources/vww/samples/files.md index 13f5de6..6aca607 100644 --- a/resources/vww/samples/files.md +++ b/resources/vww/samples/files.md @@ -7,4 +7,4 @@ The paper for the Visual Wake Word Model: The sample images provided are under Creative Commons License. The links are documented here for traceability: * https://www.pexels.com/photo/man-in-red-jacket-1681010/ -* https://www.pexels.com/photo/adult-blur-camera-casual-598917/ +* https://www.pexels.com/photo/low-angle-photo-of-st-paul-s-cathedral-under-sunset-colors-1043121/ diff --git a/resources/vww/samples/st_paul_s_cathedral.png b/resources/vww/samples/st_paul_s_cathedral.png new file mode 100644 index 0000000..a6e826a Binary files /dev/null and b/resources/vww/samples/st_paul_s_cathedral.png differ -- cgit v1.2.1