578bd1f4d8
Brings in the two algorithm optimisations from master: - Gate chroma suppression by the matte's own confidence (639fdf0) - Add cross-model veto of hair-gap background residue (adbbb9d) Server-edition integration on top of the plain merge: - PipelineManager caches the cross-check model (BiRefNet_HR-matting) and injects it into MattingPipeline, so HTTP requests never reload it. - MattingResult carries cross_check_alpha; debug output matches master. - /healthz reports crossCheck; README lists models/BiRefNet_HR-matting in the local-weights bundle. Verified: CLI --no-cross-check baseline and full cross-check run both pass on samples/TestImage3.png; cross_check_alpha.png written to debug. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>