sbchoi commited on
Commit
532c9ed
1 Parent(s): c72fdfa

Upload Yolov6ForObjectDetection

Browse files
Files changed (1) hide show
  1. config.json +0 -33
config.json CHANGED
@@ -24,45 +24,12 @@
24
  "class_loss_coefficient": 1.0,
25
  "dfl_loss_coefficient": 1.0,
26
  "head_anchors": 3,
27
- "head_anchors_init": [
28
- [
29
- 10,
30
- 13,
31
- 19,
32
- 19,
33
- 33,
34
- 23
35
- ],
36
- [
37
- 30,
38
- 61,
39
- 59,
40
- 59,
41
- 59,
42
- 119
43
- ],
44
- [
45
- 116,
46
- 90,
47
- 185,
48
- 185,
49
- 373,
50
- 326
51
- ]
52
- ],
53
- "head_atss_warmup_epoch": 0,
54
- "head_begin_indices": 24,
55
  "head_in_channels": [
56
  128,
57
  256,
58
  512
59
  ],
60
  "head_num_layers": 3,
61
- "head_out_indices": [
62
- 17,
63
- 20,
64
- 23
65
- ],
66
  "head_strides": [
67
  8,
68
  16,
 
24
  "class_loss_coefficient": 1.0,
25
  "dfl_loss_coefficient": 1.0,
26
  "head_anchors": 3,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  "head_in_channels": [
28
  128,
29
  256,
30
  512
31
  ],
32
  "head_num_layers": 3,
 
 
 
 
 
33
  "head_strides": [
34
  8,
35
  16,