From 4da41b3e3dac4629b5e020dc6754882cc3c14154 Mon Sep 17 00:00:00 2001
From: Akash A Desai <62583018+akashAD98@users.noreply.github.com>
Date: Sun, 3 Jul 2022 21:22:19 +0530
Subject: [PATCH] Update README.md
---
README.md | 40 +++++++++++++++++++++++++++++++++++++++-
1 file changed, 39 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ae1c22c..4276d09 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,39 @@
-# Yolov6-SAHI
\ No newline at end of file
+# Yolov6-SAHI
+
+## Introduction of Yolov6
+YOLOv6 is a single-stage object detection framework dedicated to industrial applications, with hardware-friendly efficient design and high performance.
+
+
+
+
+YOLOv6-nano achieves 35.0 mAP on COCO val2017 dataset with 1242 FPS on T4 using TensorRT FP16 for bs32 inference, and YOLOv6-s achieves 43.1 mAP on COCO val2017 dataset with 520 FPS on T4 using TensorRT FP16 for bs32 inference.
+
+YOLOv6 is composed of the following methods:
+
+Hardware-friendly Design for Backbone and Neck
+Efficient Decoupled Head with SIoU Loss
+
+
+github :https://github.com/meituan/YOLOv6
+
+
+
+