Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilicyy committed Jun 23, 2022
1 parent 7b6b5e3 commit 8060703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/yolov6s_finetune.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# YOLOv6s model
model = dict(
type='YOLOv6s',
pretrained='weights/yolo6s.pt',
pretrained='./weights/yolov6s.pt',
depth_multiple=0.33,
width_multiple=0.50,
backbone=dict(
Expand Down

0 comments on commit 8060703

Please sign in to comment.