Cellpose-SAM WQuant
Collection
Quantized Cellpose-SAM cpsam_v2 model variants with compact evaluation and registry records. • 6 items • Updated • 1
Ready-to-load mixed-W4-sensitive-W8 quantized variant of
Cellpose-SAM cpsam_v2.
import runpy
from huggingface_hub import hf_hub_download
loader = runpy.run_path(
hf_hub_download("capicu-ai/cellpose-sam-wquant-mixed-w4-w8", "runtime_loader.py")
)
model = loader["load_model"]()
Pass device="cuda" to load_model for CUDA.
results.json and model_registry.json contain the compact machine-readable
record.
If you use this model or code, please cite our paper:
@article{cruzromero2026retention,
title={Retention-Constrained Post-Training Quantization of Cellpose-SAM for Stem Cell Microscopy},
author={Cruz Romero, Sebasti{\'a}n A.},
journal={arXiv preprint arXiv:2609.21038},
note={Accepted at NeurIPS 2026 LXAI Workshop},
year={2026}
}
Base model
mouseland/cellpose-sam