From afdb60c0dd8712a818eda7ab24849b8a4e2e6829 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Thu, 8 Apr 2021 19:00:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E7=BA=BF=E5=88=B6=E4=BD=9C=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E9=9C=80=E8=A6=81=E7=9A=84=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 918b210..22ecf30 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # YOLO_v3_PyTorch YOLOv3目标检测器的**输出样例**: -![Image text](https://raw.githubusercontent.com/Bugdragon/YOLO_v3_PyTorch/master/det/det_%E5%B7%A5%E4%BD%9C%E7%BB%86%E8%83%9E1.png) +![Image text](https://raw.githubusercontent.com/Bugdragon/YOLO_v3_PyTorch/master/det/det_%E5%B7%A5%E4%BD%9C%E7%BB%86%E8%83%9E1.png?raw=true) ### 代码实现 1. 创建 YOLOv3 网络层级☑ @@ -30,3 +30,6 @@ YOLOv3目标检测器的**输出样例**: #### tips 1. 提前将需要检测的图片放入 imgs 文件夹下 2. 检测结果图片将被保存在 det 文件夹下 + +### 在线制作镜像 +1. 链接: https://test.educoder.net/shixuns/new