xyolo.test.cfg 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. [net]
  2. batch=1
  3. subdivisions=1
  4. height=448
  5. width=448
  6. channels=3
  7. momentum=0.9
  8. decay=0.0005
  9. learning_rate=0.0001
  10. policy=steps
  11. steps=20,40,60,80,20000,30000
  12. scales=5,5,2,2,.1,.1
  13. max_batches = 40000
  14. [convolutional]
  15. batch_normalize=1
  16. filters=16
  17. size=3
  18. stride=1
  19. pad=1
  20. activation=leaky
  21. [maxpool]
  22. size=2
  23. stride=2
  24. [batchnorm]
  25. [convolutional]
  26. xnor = 1
  27. batch_normalize=1
  28. filters=32
  29. size=3
  30. stride=1
  31. pad=1
  32. activation=leaky
  33. [maxpool]
  34. size=2
  35. stride=2
  36. [batchnorm]
  37. [convolutional]
  38. xnor = 1
  39. batch_normalize=1
  40. filters=64
  41. size=3
  42. stride=1
  43. pad=1
  44. activation=leaky
  45. [maxpool]
  46. size=2
  47. stride=2
  48. [batchnorm]
  49. [convolutional]
  50. xnor = 1
  51. batch_normalize=1
  52. filters=128
  53. size=3
  54. stride=1
  55. pad=1
  56. activation=leaky
  57. [maxpool]
  58. size=2
  59. stride=2
  60. [batchnorm]
  61. [convolutional]
  62. xnor = 1
  63. batch_normalize=1
  64. filters=256
  65. size=3
  66. stride=1
  67. pad=1
  68. activation=leaky
  69. [maxpool]
  70. size=2
  71. stride=2
  72. [batchnorm]
  73. [convolutional]
  74. xnor = 1
  75. batch_normalize=1
  76. filters=512
  77. size=3
  78. stride=1
  79. pad=1
  80. activation=leaky
  81. [maxpool]
  82. size=2
  83. stride=2
  84. [batchnorm]
  85. [convolutional]
  86. xnor = 1
  87. batch_normalize=1
  88. filters=1024
  89. size=3
  90. stride=1
  91. pad=1
  92. activation=leaky
  93. [batchnorm]
  94. [convolutional]
  95. xnor = 1
  96. batch_normalize=1
  97. filters=256
  98. size=3
  99. stride=1
  100. pad=1
  101. activation=leaky
  102. [connected]
  103. output= 1470
  104. activation=linear
  105. [detection]
  106. classes=20
  107. coords=4
  108. rescore=1
  109. side=7
  110. num=2
  111. softmax=0
  112. sqrt=1
  113. jitter=.2
  114. object_scale=1
  115. noobject_scale=.5
  116. class_scale=1
  117. coord_scale=5