Single-view Body Mesh Estimation through Accurate Depth Estimation.
Primary checkpoint is hosted on Hugging Face under McMvMc/BLADE
.
Use the commands below or visit the model card.
đī¸ Hugging Face: McMvMc/BLADE âŠī¸ Back to Home
# Install HuggingFace CLI
pip install "huggingface_hub[cli]"
# Download BLADE checkpoint
hf download McMvMc/BLADE epoch_2.pth --local-dir pretrained
# Download supporting models
hf download depth-anything/Depth-Anything-V2-Metric-Hypersim-Large depth_anything_v2_metric_hypersim_vitl.pth --local-dir pretrained/model_init_weights
hf download ttxskk/AiOS aios_checkpoint.pth --local-dir pretrained/model_init_weights
hf download facebook/sapiens-pose-bbox-detector rtmdet_m_8xb32-100e_coco-obj365-person-235e8209.pth --local-dir pretrained/rtmpose
hf download facebook/sapiens-pose-1b sapiens_1b_goliath_best_goliath_AP_639.pth --local-dir pretrained/pose
Due to licensing restrictions, download these manually:
body_models/smpl/
body_models/smplx/
pretrained/transfer_data/
blade_repo/
âââ body_models/
â âââ smpl/ # SMPL models (manual download)
â âââ smplx/ # SMPL-X models (manual download)
âââ pretrained/
â âââ epoch_2.pth # BLADE checkpoint
â âââ model_init_weights/
â â âââ depth_anything_v2_metric_hypersim_vitl.pth
â â âââ aios_checkpoint.pth
â âââ rtmpose/
â â âââ rtmdet_m_8xb32-100e_coco-obj365-person-235e8209.pth
â âââ pose/
â â âââ sapiens_1b_goliath_best_goliath_AP_639.pth
â âââ transfer_data/ # SMPL conversion data (manual download)
â âââ smplh2smpl_def_transfer.pkl
â âââ smplx2smplh_deftrafo_setup.pkl
â âââ smpl2smplh_def_transfer.pkl
â âââ smplh2smplx_deftrafo_setup.pkl
â âââ smplx_mask_ids.npy
â âââ smpl2smplx_deftrafo_setup.pkl
â âââ smplx2smpl_deftrafo_setup.pkl
â âââ smplx_to_smpl.pkl