Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.39 KB

DEPTH_README.md

File metadata and controls

31 lines (24 loc) · 1.39 KB

Sapiens: Depth Estimation

Model Zoo

The depth estimation model checkpoints are available at,

Model Checkpoint Path
Sapiens-0.3B $SAPIENS_CHECKPOINT_ROOT/depth/checkpoints/sapiens_0.3b/sapiens_0.3b_render_people_epoch_100.pth
Sapiens-0.6B $SAPIENS_CHECKPOINT_ROOT/depth/checkpoints/sapiens_0.6b/sapiens_0.6b_render_people_epoch_70.pth
Sapiens-1B $SAPIENS_CHECKPOINT_ROOT/depth/checkpoints/sapiens_1b/sapiens_1b_render_people_epoch_88.pth
Sapiens-2B $SAPIENS_CHECKPOINT_ROOT/depth/checkpoints/sapiens_2b/sapiens_2b_render_people_epoch_25.pth

Inference Guide

  • Navigate to your script directory:
    cd $SAPIENS_ROOT/seg/scripts/demo/local
  • For depth estimation (uncomment your model config line):
    ./depth.sh

Define INPUT for your image directory, SEG_DIR for the .npy foreground segmentation directory (obtained from body-part segmentation) and OUTPUT for results.
The predictions will be visualized as (.jpg or .png) files to the OUTPUT directory as [image, depth as heatmap, surface normal from depth].
Adjust JOBS_PER_GPU, TOTAL_GPUS and VALID_GPU_IDS for multi-GPU configurations.

Depth Prediction