PyTorch
ultralytics
Bingsu commited on
Commit
b0a075f
1 Parent(s): 878390f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -89,4 +89,15 @@ pred = Image.fromarray(pred)
89
  pred
90
  ```
91
 
92
- ![image](https://i.imgur.com/9ny1wmD.png)
 
 
 
 
 
 
 
 
 
 
 
 
89
  pred
90
  ```
91
 
92
+ ![image](https://i.imgur.com/9ny1wmD.png)
93
+
94
+
95
+ ## Unsafe files
96
+
97
+ ![image](https://i.imgur.com/9Btuy8j.png)
98
+
99
+ Since `getattr` is classified as a dangerous pickle function, any segmentation model that uses it is classified as unsafe.
100
+
101
+ All models were created and saved using the official [ultralytics](https://github.com/ultralytics/ultralytics) library, so it's okay to use files downloaded from a trusted source.
102
+
103
+ See also: https://huggingface.co/docs/hub/security-pickle