1
Fork 0

Glass server db updater & more!

This commit is contained in:
prescientmoon 2025-04-08 23:40:48 +02:00
parent e78fc06a89
commit df292832b8
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
9 changed files with 1634 additions and 1454 deletions
src/arcaea

View file

@ -16,7 +16,7 @@ use crate::context::Error;
pub const SPLIT_FACTOR: u32 = 8;
pub const IMAGE_VEC_DIM: usize = (SPLIT_FACTOR * SPLIT_FACTOR * 3) as usize;
pub const BITMAP_IMAGE_SIZE: u32 = 174;
pub const JACKET_RECOGNITITION_DIMENSIONS: usize = 20;
pub const JACKET_RECOGNITITION_DIMENSIONS: usize = 64;
// {{{ (Image => vector) encoding
#[allow(clippy::identity_op)]