corridorkey-mrp-mlx/src/corridorkey_mlx
cmoyates 6c711e85bd
fix: remove double normalize_rgb in engine preprocessing
preprocess() already calls normalize_rgb() internally; calling it
before passing to preprocess() applied ImageNet normalization twice.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 06:47:22 -03:30
..
convert feat(phase3): PyTorch→MLX weight converter (#1) 2026-03-01 05:16:56 -03:30
inference fix: guard against overlap >= tile_size in tiled inference 2026-03-01 06:27:31 -03:30
io fix: resize inputs to model img_size, use infer_and_save in CLI 2026-03-01 06:11:57 -03:30
model feat(phase6): optimization, benchmarking, and tiled inference 2026-03-01 06:24:10 -03:30
utils feat(phase6): optimization, benchmarking, and tiled inference 2026-03-01 06:24:10 -03:30
__init__.py feat: add CorridorKeyMLXEngine integration surface 2026-03-01 06:43:07 -03:30
engine.py fix: remove double normalize_rgb in engine preprocessing 2026-03-01 06:47:22 -03:30