Merge 1cbde41cbde513e93b89e071dc3ebecf77e9a5d1 into 0f87aa3173f00d0ca8f906c0e5f18936bba607f0

This commit is contained in:
smukherjee1do 2024-06-01 14:14:45 +03:00 committed by GitHub
commit 83652b6574
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2237 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# [YOLOv10: Real-Time End-to-End Object Detection](https://arxiv.org/abs/2405.14458) # [YOLOv10: Real-Time End-to-End Object Detection](https://arxiv.org/abs/2405.14458)
> **Getting Started:**
> [![Gradient](https://assets.paperspace.io/img/gradient-badge.svg)](https://console.paperspace.com/github/gradient-ai/yolov10?machine=Free-GPU)
Official PyTorch implementation of **YOLOv10**. Official PyTorch implementation of **YOLOv10**.
<p align="center"> <p align="center">
@ -11,7 +12,7 @@ Official PyTorch implementation of **YOLOv10**.
[YOLOv10: Real-Time End-to-End Object Detection](https://arxiv.org/abs/2405.14458).\ [YOLOv10: Real-Time End-to-End Object Detection](https://arxiv.org/abs/2405.14458).\
Ao Wang, Hui Chen, Lihao Liu, Kai Chen, Zijia Lin, Jungong Han, and Guiguang Ding\ Ao Wang, Hui Chen, Lihao Liu, Kai Chen, Zijia Lin, Jungong Han, and Guiguang Ding\
[![arXiv](https://img.shields.io/badge/arXiv-2405.14458-b31b1b.svg)](https://arxiv.org/abs/2405.14458) <a href="https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/train-yolov10-object-detection-on-custom-dataset.ipynb#scrollTo=SaKTSzSWnG7s"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a> [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/kadirnar/Yolov10) [![Transformers.js Demo](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Transformers.js-blue)](https://huggingface.co/spaces/Xenova/yolov10-web) [![arXiv](https://img.shields.io/badge/arXiv-2405.14458-b31b1b.svg)](https://arxiv.org/abs/2405.14458) [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/kadirnar/Yolov10) [![Transformers.js Demo](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Transformers.js-blue)](https://huggingface.co/spaces/Xenova/yolov10-web)
<details> <details>
<summary> <summary>

File diff suppressed because one or more lines are too long

1195
yolov10.ipynb Normal file

File diff suppressed because one or more lines are too long