Skip to content

Commit

Permalink
updated content
Browse files Browse the repository at this point in the history
changed comment content
  • Loading branch information
devJerb authored Apr 30, 2023
1 parent 55259ec commit 1c2417d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions facemask_detection.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# -*- coding: utf-8 -*-
# terminal commands
# terminal command
# git clone https://github.com/devJerb/yolov7.git

# move inside the directory of yolov7

# terminal commands
# terminal command
# cd yolov7
# pip install -r requirements.txt
# pip install roboflow
Expand Down Expand Up @@ -97,4 +96,4 @@ def create_folder(path):
# python train.py --weights yolov7-e6e.pt --data data/masks.yaml --workers 1 --batch-size 4 --img 416 --cfg cfg/training/yolov7-masks.yaml --name yolov7 --epochs 50

# terminal command
# python detect.py --weights ./runs/train/yolov7/weights/best.pt --conf 0.4 --img-size 640 --source /test/images/maksssksksss83.png
# python detect.py --weights ./runs/train/yolov7/weights/best.pt --conf 0.4 --img-size 640 --source /test/images/maksssksksss83.png

0 comments on commit 1c2417d

Please sign in to comment.