Skip to content

Commit

Permalink
[fix] change yolox_loss to yolov9_loss
Browse files Browse the repository at this point in the history
  • Loading branch information
hglee98 committed Dec 6, 2024
1 parent 3bb5f5d commit 62572b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/model/yolo/yolov9_c-detection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ model:
nms_thresh: 0.65
class_agnostic: false
losses:
- criterion: yolox_loss
- criterion: yolov9_loss
weight: ~
l1_activate_epoch: 285
l1_activate_epoch: ~
4 changes: 2 additions & 2 deletions config/model/yolo/yolov9_m-detection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ model:
nms_thresh: 0.65
class_agnostic: false
losses:
- criterion: yolox_loss
- criterion: yolov9_loss
weight: ~
l1_activate_epoch: 285
l1_activate_epoch: ~

0 comments on commit 62572b8

Please sign in to comment.