qc903113684 commited on
Commit
69571fe
·
verified ·
1 Parent(s): bdc4c2d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,3 +1,10 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ <h1>YOLOv8: Target Detection</h1>
5
+
6
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64c1fef5b9d81735a12c3fcc/7OYFgkPTO2Os98lS9Mvil.png)
7
+
8
+ YOLO algorithm is the most typical representative of one-stage target detection algorithm.
9
+
10
+ It is based on deep neural network for object recognition and positioning. It runs very fast and can be used in real-time systems. YOLOv8 is currently the most advanced algorithm of the YOLO series, surpassing the previous YOLO series in terms of accuracy and speed.