From 880a9ffa8035db11241bba3fc40291b30a026d1a Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Sat, 5 Oct 2024 00:46:47 +0200 Subject: [PATCH] Fix typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 75ad74c..3f33403 100644 --- a/README.md +++ b/README.md @@ -77,9 +77,9 @@ Additionally, you must place a custom `b30` background at `$SHIMMERING_ASSET_DIR After everything has been placed in the right directory, run `shimmeringmoon-cli prepare-jackets` to prepare everything. This will: - Associate each asset with it's database ID -- Build out a recognition matrix (~30kb) for image recognition purposes. This file contains: - - about ~3 pixels worth of information for each jacket, stored together with their associated database IDs - - a projection matrix which transforms a $8 \times 8$ downscaled vectorized version of an image (that's $192$ dimensions — $64 \text{pixels} \times 3 \text{channels}$) and projects it to a $10$-dimensional space (the matrix is built using [singular value decomposition](https://en.wikipedia.org/wiki/Singular_value_decomposition)). +- Build out a recognition matrix (about $30\text{K}$) for image recognition purposes. This file contains: + - about $3$ pixels worth of information for each jacket, stored together with the respective database ID + - a projection matrix which transforms a $8 \times 8$ downscaled vectorized version of an image (that's $192$ dimensions — $64 \text{ pixels} \times 3 \text{ channels}$) and projects it to a $10$-dimensional space (the matrix is built using [truncated singular value decomposition](https://en.wikipedia.org/wiki/Singular_value_decomposition)). ### Importing charts