How to use facebook/sam-3d-body-vith with SAM 3D Body:
from notebook.utils import setup_sam_3d_body estimator = setup_sam_3d_body(facebook/sam-3d-body-vith) outputs = estimator.process_one_image(image) rend_img = visualize_sample_together(image, outputs, estimator.faces)