瀏覽代碼

update README

yjh0410 2 年之前
父節點
當前提交
7ac6424b26
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -4,7 +4,7 @@ YOLO Tutorial
 English | [简体中文](https://github.com/yjh0410/PyTorch_YOLO_Tutorial/blob/main/README_CN.md)
 
 # Introduction
-Here is the source code for an introduction to YOLO. We adopted the core concept of YOLOv1-YOLOv4 for this project, made the necessary adjustments, and then developed the new YOLOv1-YOLOv4. By learning how to use the well-known YOLO detector, we hope that newcomers can enter the field of object detection without any difficulty.
+Here is the source code for an introduction to YOLO. We adopted the core concept of YOLOv1-YOLOv4 for this project, made the necessary adjustments, and then developed the new YOLOv1-YOLOv4. By learning how to construct the well-known YOLO detector, we hope that newcomers can enter the field of object detection without any difficulty.
 
 **Book**: The technical books that go along with this project's code is being reviewed, please be patient.