ETCH-X β model weights
Weights for the two-stage ETCH-X clothed-human β SMPL-X registration pipeline. Three dataset variants: cape, 4d-dress, cloth3d_amass. Code + usage: see the ETCH-X code repository.
Layout
weights/
βββ cape/
β βββ tightness.pth # Stage-1 ETCH-X tightness net
β βββ body_lvd.ckpt.zip # Stage-2 NICP body-LVD
β βββ body_lvd_config.yaml # hydra config to BUILD the body-LVD net
βββ 4d-dress/
β βββ tightness.pth
β βββ body_lvd.ckpt.zip
β βββ body_lvd_config.yaml
βββ cloth3d_amass/
β βββ tightness.pth
β βββ body_lvd.ckpt.zip
β βββ body_lvd_config.yaml
βββ hand/ # shared, optional MANO hand-refine stage
β βββ hand_lvd.ckpt.zip
β βββ hand_lvd_config.yaml
β βββ hand_seg.ckpt # hand-vs-rest point segmentation
β βββ MANO_SMPLX_vertex_ids.pkl
βββ body_models/ # SMPL-X / MANO (license-gated β see below)
βββ smplx/SMPLX_NEUTRAL.{npz,pkl}
βββ smplx_amass_lockedhead/SMPLX_NEUTRAL.npz
βββ mano/MANO_{LEFT,RIGHT}.pkl
Download
hf download XiaobenLi00/ETCH-X --local-dir tmp
mv tmp/weights ./weights
Per-variant notes
| variant | Stage-1 tightness | Stage-2 body-LVD | SMPL-X template |
|---|---|---|---|
| cape | tightness.pth | body_lvd.ckpt.zip | standard SMPL-X neutral |
| 4d-dress | tightness.pth | body_lvd.ckpt.zip | standard SMPL-X neutral |
| cloth3d_amass | tightness.pth | body_lvd.ckpt.zip | AMASS lockedhead SMPL-X neutral |
body_lvd_config.yamlis the hydra config used to instantiate the LVD network before loadingbody_lvd.ckpt.zip. The config of a given run must be paired with that run's checkpoint (the K-meanssegm_listhead sizes are run-specific). Thecloth3d_amassbody-LVD additionally requires the AMASS lockedhead SMPL-X template at load time β using the standard template raises asegm_listsize mismatch.
Body models (SMPL-X / MANO)
Bundled under weights/body_models/ (download into the repo's ./body_models):
body_models/smplx/SMPLX_NEUTRAL.{npz,pkl} # standard neutral SMPL-X (cape, 4d-dress)
body_models/smplx_amass_lockedhead/SMPLX_NEUTRAL.npz # AMASS lockedhead (cloth3d_amass)
body_models/mano/MANO_{LEFT,RIGHT}.pkl # MANO hands (--hand)
β οΈ License: SMPL-X and MANO are redistributed here only for convenience and remain subject to their original licenses β by using them you agree to the terms at https://smpl-x.is.tue.mpg.de/ and https://mano.is.tue.mpg.de/ . Remove this folder from your HF repo if you cannot redistribute them.
Inference Providers NEW
This model isn't deployed by any Inference Provider. π Ask for provider support