Skip to content

Commit

Permalink
Update lite model names
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunchan24 authored and Chilicyy committed Aug 21, 2023
1 parent ff84bdc commit a98bc2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/yolov6_lite/yolov6_lite_l_finetune.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# YOLOv6-lite-l model
model = dict(
type='YOLOv6-lite-l',
pretrained='weights/yolov6_lite_l.pt',
pretrained='weights/yolov6lite_l.pt',
width_multiple=1.5,
backbone=dict(
type='Lite_EffiBackbone',
Expand Down
2 changes: 1 addition & 1 deletion configs/yolov6_lite/yolov6_lite_m_finetune.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# YOLOv6-lite-m model
model = dict(
type='YOLOv6-lite-m',
pretrained='weights/yolov6_lite_m.pt',
pretrained='weights/yolov6lite_m.pt',
width_multiple=1.1,
backbone=dict(
type='Lite_EffiBackbone',
Expand Down
2 changes: 1 addition & 1 deletion configs/yolov6_lite/yolov6_lite_s_finetune.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# YOLOv6-lite-s model
model = dict(
type='YOLOv6-lite-s',
pretrained='weights/yolov6_lite_s.pt',
pretrained='weights/yolov6lite_s.pt',
width_multiple=0.7,
backbone=dict(
type='Lite_EffiBackbone',
Expand Down

0 comments on commit a98bc2b

Please sign in to comment.