tiny-yolo_xnor.cfg 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. [net]
  2. batch=64
  3. subdivisions=8
  4. width=416
  5. height=416
  6. channels=3
  7. momentum=0.9
  8. decay=0.0005
  9. angle=0
  10. saturation = 1.5
  11. exposure = 1.5
  12. hue=.1
  13. learning_rate=0.001
  14. max_batches = 40200
  15. policy=steps
  16. steps=-1,100,20000,30000
  17. scales=.1,10,.1,.1
  18. [convolutional]
  19. #xnor=1
  20. batch_normalize=1
  21. filters=16
  22. size=3
  23. stride=1
  24. pad=1
  25. activation=leaky
  26. [maxpool]
  27. size=2
  28. stride=2
  29. [convolutional]
  30. xnor=1
  31. bin_output=1
  32. batch_normalize=1
  33. filters=32
  34. size=3
  35. stride=1
  36. pad=1
  37. activation=leaky
  38. [maxpool]
  39. size=2
  40. stride=2
  41. [convolutional]
  42. xnor=1
  43. bin_output=1
  44. batch_normalize=1
  45. filters=64
  46. size=3
  47. stride=1
  48. pad=1
  49. activation=leaky
  50. [maxpool]
  51. size=2
  52. stride=2
  53. [convolutional]
  54. xnor=1
  55. bin_output=1
  56. batch_normalize=1
  57. filters=128
  58. size=3
  59. stride=1
  60. pad=1
  61. activation=leaky
  62. [maxpool]
  63. size=2
  64. stride=2
  65. [convolutional]
  66. xnor=1
  67. bin_output=1
  68. batch_normalize=1
  69. filters=256
  70. size=3
  71. stride=1
  72. pad=1
  73. activation=leaky
  74. [maxpool]
  75. size=2
  76. stride=2
  77. [convolutional]
  78. xnor=1
  79. bin_output=1
  80. batch_normalize=1
  81. filters=512
  82. size=3
  83. stride=1
  84. pad=1
  85. activation=leaky
  86. [maxpool]
  87. size=2
  88. stride=1
  89. [convolutional]
  90. xnor=1
  91. bin_output=1
  92. batch_normalize=1
  93. filters=1024
  94. size=3
  95. stride=1
  96. pad=1
  97. activation=leaky
  98. ###########
  99. [convolutional]
  100. xnor=1
  101. batch_normalize=1
  102. size=3
  103. stride=1
  104. pad=1
  105. filters=1024
  106. activation=leaky
  107. [convolutional]
  108. size=1
  109. stride=1
  110. pad=1
  111. filters=425
  112. activation=linear
  113. [region]
  114. anchors = 0.738768,0.874946, 2.42204,2.65704, 4.30971,7.04493, 10.246,4.59428, 12.6868,11.8741
  115. bias_match=1
  116. classes=80
  117. coords=4
  118. num=5
  119. softmax=1
  120. jitter=.2
  121. rescore=1
  122. object_scale=5
  123. noobject_scale=1
  124. class_scale=1
  125. coord_scale=1
  126. absolute=1
  127. thresh = .6
  128. random=1