在线制作代码需要的环境

master
daiao 4 years ago
parent aff30ea813
commit afdb60c0dd

@ -1,6 +1,6 @@
# YOLO_v3_PyTorch # YOLO_v3_PyTorch
YOLOv3目标检测器的**输出样例** 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 网络层级☑ 1. 创建 YOLOv3 网络层级☑
@ -30,3 +30,6 @@ YOLOv3目标检测器的**输出样例**
#### tips #### tips
1. 提前将需要检测的图片放入 imgs 文件夹下 1. 提前将需要检测的图片放入 imgs 文件夹下
2. 检测结果图片将被保存在 det 文件夹下 2. 检测结果图片将被保存在 det 文件夹下
### 在线制作镜像
1. 链接: https://test.educoder.net/shixuns/new

Loading…
Cancel
Save