Skip to content

Commit 502eaf5

Browse files
Merge pull request #921 from 0xSynapse/master
Update README.md of YOLOv10
2 parents 5d2da7b + 84e5433 commit 502eaf5

File tree

11 files changed

+17
-17
lines changed

11 files changed

+17
-17
lines changed

Automatic-Speech-Recognition-with-Diarization-Speech-to-Text/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
---
66

7-
![](readme_images/ASR Feature gif- Automatic Speech Recognition.gif)
7+
![](readme_images/Feature.gif)
88

99
[<img src="https://learnopencv.com/wp-content/uploads/2022/07/download-button-e1657285155454.png" alt="download" width="200">](https://www.dropbox.com/scl/fo/ik5hydugqmav60j8a8hsb/AFomthBz4u44fxo8zSTYFrI?rlkey=2nchg6izodramy03fhgiecslj&st=9t2t2wep&dl=1)
1010

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

YOLOv10/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
# YOLOv10: The Dual-Head OG of YOLO Series
22

3-
![Ankan Ghosh](https://learnopencv.com/wp-content/uploads/2024/02/img_dp-36x36.png)[Ankan Ghosh](https://learnopencv.com/author/ankan/)
43

54
This repository contains the Python scripts to run the Inference.
65

76
It is part of the LearnOpenCV blog post - [YOLOv10: The Dual-Head OG of YOLO Series](https://learnopencv.com/yolov10/).
87

9-
[<img src="https://learnopencv.com/wp-content/uploads/2022/07/download-button-e1657285155454.png" alt="Download Code" width="200">]()
8+
[<img src="https://learnopencv.com/wp-content/uploads/2022/07/download-button-e1657285155454.png" alt="Download Code" width="200">](https://www.dropbox.com/scl/fo/btjccty84fbnzqgmvo696/AEb6hNSXs8aheO8TWDQKC5w?rlkey=urqqo68pbo50hwwjltmu8drrg&st=l9q5xl2v&dl=1)
109

1110
![](readme_images/feature.gif)
1211

1312
### Run Inference
1413

1514
Use the ``YOLOv10_Inference.ipynb`` file to run the inference.
1615

16+
<a href="https://colab.research.google.com/drive/1HFI2SEvH_fJM4Odeuiiym1zyNf7oqFJv?usp=sharing"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a>
17+
18+
1719
## AI Courses by OpenCV
1820

1921
Want to become an expert in AI? [AI Courses by OpenCV](https://opencv.org/courses/) is a great place to start.
Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
1-
# YOLOv9 Instance Segmentation on Medical Dataset
1+
# YOLOv9: Advancing the YOLO Legacy
22

3-
**This repository contains code for [YOLOv9 Instance Segmentation on Medical Dataset](https://learnopencv.com/yolov9-instance-segmentation-on-medical-dataset/) blogpost**.
3+
This repository contains the Python scripts to run the Inference.
44

5-
---
5+
It is part of the LearnOpenCV blog post - [YOLOv9: Advancing the YOLO Legacy](https://learnopencv.com/yolov9-advancing-the-yolo-legacy/).
66

7-
![](readme_images/Feature_GIF_YOLOv9_Instance_Segmentation.gif)
7+
[<img src="https://learnopencv.com/wp-content/uploads/2022/07/download-button-e1657285155454.png" alt="Download Code" width="200">](https://www.dropbox.com/scl/fo/480yqxajzejjnzqguda8d/h?rlkey=y0h41gcso4fgm8iwk9ccfyuoi&dl=1)
88

9-
[<img src="https://learnopencv.com/wp-content/uploads/2022/07/download-button-e1657285155454.png" alt="download" width="200">](https://www.dropbox.com/scl/fo/4zhj2tf7neeij8uyke3s9/AOKTwDB8LHXVHcWKUHU2vAk?rlkey=v5sjar6uh3vhbwq3c1514sf35&st=du0jstl5&dl=1)
9+
![](readme_images/feature.gif)
1010

11+
### Run Inference
1112

13+
Replace the ``general.py`` file in your python environment.
1214

13-
# AI Courses by OpenCV
15+
## AI Courses by OpenCV
1416

15-
Want to become an expert in AI? [AI Courses by OpenCV](https://opencv.org/courses/) is a great place to start.
17+
Want to become an expert in AI? [AI Courses by OpenCV](https://opencv.org/courses/) is a great place to start.
1618

17-
<a href="https://opencv.org/courses/">
18-
19-
<p align="center">
20-
<img src="https://learnopencv.com/wp-content/uploads/2023/01/AI-Courses-By-OpenCV-Github.png">
21-
</p>
22-
</a>
19+
[![img](https://learnopencv.com/wp-content/uploads/2023/01/AI-Courses-By-OpenCV-Github.png)](https://opencv.org/courses/)

0 commit comments

Comments
 (0)