sbchoi commited on
Commit
8212127
1 Parent(s): b674553

Upload Yolov6ForObjectDetection

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -23,6 +23,7 @@
23
  "block_type": "Yolov6RepVGGBlock",
24
  "class_loss_coefficient": 1.0,
25
  "dfl_loss_coefficient": 1.0,
 
26
  "head_anchors": 3,
27
  "head_in_channels": [
28
  128,
 
23
  "block_type": "Yolov6RepVGGBlock",
24
  "class_loss_coefficient": 1.0,
25
  "dfl_loss_coefficient": 1.0,
26
+ "forward_fuse": false,
27
  "head_anchors": 3,
28
  "head_in_channels": [
29
  128,