Instructions to use Blendcap/sam-3d-body with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- SAM 3D Body
How to use Blendcap/sam-3d-body with SAM 3D Body:
from notebook.utils import setup_sam_3d_body estimator = setup_sam_3d_body(Blendcap/sam-3d-body) outputs = estimator.process_one_image(image) rend_img = visualize_sample_together(image, outputs, estimator.faces)
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -43,4 +43,4 @@ Original repo: [facebook/sam-3d-body-dinov3](https://huggingface.co/facebook/sam
|
|
| 43 |
|
| 44 |
## Note on "Unsafe" file labels
|
| 45 |
|
| 46 |
-
HuggingFace flags `.pt`/`.pth` files as "unsafe" by default because the pickle format CAN contain executable code. This label applies to `mhr_model.pt` and `yolo11m-pose.pt` in this repo. These files are bit-for-bit identical to their upstream sources ([Meta's SAM 3D Body](https://huggingface.co/facebook/sam-3d-body-dinov3) and [Ultralytics YOLO11](https://huggingface.co/Ultralytics/YOLO11/tree/daa93d8d54f3f3463965b19c41e62e94a3f377d1)) where the same warning appears. No code modifications.
|
|
|
|
| 43 |
|
| 44 |
## Note on "Unsafe" file labels
|
| 45 |
|
| 46 |
+
HuggingFace flags `.pt`/`.pth` files as "unsafe" by default because the pickle format CAN contain executable code. This label applies to `mhr_model.pt` and `yolo11m-pose.pt` in this repo. These files are bit-for-bit identical to their upstream sources ([Meta's SAM 3D Body](https://huggingface.co/facebook/sam-3d-body-dinov3/tree/main/assets) and [Ultralytics YOLO11](https://huggingface.co/Ultralytics/YOLO11/tree/daa93d8d54f3f3463965b19c41e62e94a3f377d1)) where the same warning appears. No code modifications.
|