Arcomade commited on
Commit
03c29dd
·
verified ·
1 Parent(s): 8e61e2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -39,4 +39,8 @@ The SAM 3D Body files mirror the original `facebook/sam-3d-body-dinov3` repo unm
39
 
40
  ## Source
41
 
42
- Original repo: [facebook/sam-3d-body-dinov3](https://huggingface.co/facebook/sam-3d-body-dinov3) (gated — requires HF account + Meta license acceptance).
 
 
 
 
 
39
 
40
  ## Source
41
 
42
+ Original repo: [facebook/sam-3d-body-dinov3](https://huggingface.co/facebook/sam-3d-body-dinov3) (gated — requires HF account + Meta license acceptance).
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://github.com/ultralytics/assets/releases)) where the same warning appears. No code modifications.