Subh775 commited on
Commit
8fad401
·
verified ·
1 Parent(s): 13cd5aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -29,6 +29,21 @@ tags:
29
  </a>
30
  </p>
31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  ## CNNs for Object Detection
33
 
34
  **YOLOv8**, developed by Ultralytics, continues the legacy of the highly popular YOLO (You Only Look Once) series. This version brings significant improvements in both speed and accuracy, making it a top choice for real-time object detection tasks. Its efficient CNN-based architecture is optimized for performance on both CPUs and GPUs.
 
29
  </a>
30
  </p>
31
 
32
+ <p align="center">
33
+ <a href="https://opensource.org/licenses/MIT">
34
+ <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License">
35
+ </a>
36
+ <a href="https://github.com/ultralytics/ultralytics">
37
+ <img src="https://img.shields.io/badge/YOLOv8-Nano-blue?logo=ultralytics&logoColor=white" alt="Model">
38
+ </a>
39
+ <a href="#performance-metrics">
40
+ <img src="https://img.shields.io/badge/mAP%4050-81.1%25-brightgreen?style=flat" alt="mAP">
41
+ </a>
42
+ <a href="https://github.com/subh-775/Threat_Detection_YOLO-vs-RF-DETR">
43
+ <img src="https://img.shields.io/badge/GitHub-Repo-blue?logo=github" alt="Code">
44
+ </a>
45
+ </p>
46
+
47
  ## CNNs for Object Detection
48
 
49
  **YOLOv8**, developed by Ultralytics, continues the legacy of the highly popular YOLO (You Only Look Once) series. This version brings significant improvements in both speed and accuracy, making it a top choice for real-time object detection tasks. Its efficient CNN-based architecture is optimized for performance on both CPUs and GPUs.