Arcomade commited on
Commit
6de9adf
·
verified ·
1 Parent(s): 7537afe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.