Views
No views yet
facebook__sapiens2-pose-1b-int4-g128.safetensors: packed INT4 safetensors artifact.load_sapiens2_int4.py: loader that reconstructs a PyTorch state dict for the official Sapiens2 model code.config.json and preprocessor_config.json: copied from the source repo.quantization_report.json: build report.f283cff372ca7d5b8e6d552fddb5f9a84398f4ff12860791206567869738567.7247x6962480.0047294790.00%PASS99.357237%0.9875338671from load_sapiens2_int4 import load_state_dict
2
3state_dict = load_state_dict("facebook__sapiens2-pose-1b-int4-g128.safetensors", device="cpu")
4# Then instantiate the matching official Sapiens2 architecture and load:
5# model.load_state_dict(state_dict, strict=True)