Skip to content

Commit

Permalink
delete yolov5 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gengyanlei committed Sep 21, 2020
1 parent b08d4cc commit 12f74a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 132 deletions.
128 changes: 0 additions & 128 deletions yolov5/README.md

This file was deleted.

5 changes: 1 addition & 4 deletions yolov5/train.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/usr/bin/env bash
# 注意不同的任务需要修改 # runs/exp train.py
# 烟火
#python train.py --img 640 --batch 16 --epochs 300 --data ./data/fire_smoke.yaml --cfg ./models/yolov5s_fs.yaml --weights './yolov5s.pt' --device 2
# 安全帽 施工人员检测
#python train.py --img 640 --batch 64 --epochs 300 --data ./data/hp.yaml --cfg ./models/yolov5s_fs.yaml --weights './yolov5s.pt' --device 1

# 工作服(反光衣) 2类 单独训练
python train.py --img 640 --batch 32 --epochs 300 --data ./data/Reflective_vests.yaml --cfg ./models/yolov5s_fs.yaml --weights './yolov5s.pt' --device 1

0 comments on commit 12f74a5

Please sign in to comment.