mhyatt000 commited on
Commit
e74313a
1 Parent(s): 18edc21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -10,6 +10,8 @@ datasets:
10
 
11
  Ultralytics YOLOv5 model in Pytorch.
12
 
 
 
13
 
14
  ## Model Description
15
 
@@ -45,7 +47,7 @@ bboxes = outputs.pred_boxes
45
  Model was evaluated on [COCO2017](https://cocodataset.org/#home) dataset.
46
 
47
  | Model | size (pixels) | mAPval | Speed | params | FLOPS |
48
- |-----------|-------------------|-----------|-----------|-----------|-----------|
49
  | YOLOv5s6 | 1280 | 43.3 | 4.3 | 12.7 | 17.4 |
50
  | YOLOv5m6 | 1280 | 50.5 | 8.4 | 35.9 | 52.4 |
51
  | YOLOv5l6 | 1280 | 53.4 | 12.3 | 77.2 | 117.7 |
 
10
 
11
  Ultralytics YOLOv5 model in Pytorch.
12
 
13
+ Proof of concept for (TypoSquatting, Niche Squatting) security flaw on Hugging Face.
14
+
15
 
16
  ## Model Description
17
 
 
47
  Model was evaluated on [COCO2017](https://cocodataset.org/#home) dataset.
48
 
49
  | Model | size (pixels) | mAPval | Speed | params | FLOPS |
50
+ |---------------|-------------------|-----------|-----------|-----------|-----------|
51
  | YOLOv5s6 | 1280 | 43.3 | 4.3 | 12.7 | 17.4 |
52
  | YOLOv5m6 | 1280 | 50.5 | 8.4 | 35.9 | 52.4 |
53
  | YOLOv5l6 | 1280 | 53.4 | 12.3 | 77.2 | 117.7 |